From 823bd9fbc45fbbae7a974d3a52c93acc5e027c78 Mon Sep 17 00:00:00 2001
From: Rich Slogar
During this phase you build your project into a debuggable .apk
package(s)
- that you can install and run on the emulator or an Android-powered device. Android Studio uses
- a build system based on Gradle
- that provides flexibility, customized build variants, dependency resolution, and much more.
- If you're using another IDE, you can build your project using Gradle and install it on a device
+
During this phase you build your project into a debuggable .apk
package(s)
+ that you can install and run on the emulator or an Android-powered device. Android Studio uses
+ a build system based on Gradle
+ that provides flexibility, customized build variants, dependency resolution, and much more.
+ If you're using another IDE, you can build your project using Gradle and install it on a device
using adb. For more information, see
Build and run your application.
Next, with Android Studio you debug your application using the - Android Debug Monitor and device log messages - (logact) along with the IntelliJ IDEA intelligent + Android Device Monitor and device log messages + (logcat) along with the IntelliJ IDEA intelligent coding features. You can also use a JDWP-compliant debugger along with the debugging and logging tools that are provided with the Android SDK. For more information see Debug your application with the SDK debugging and logging tools.
-- cgit v1.1