Android debugger properties
Property | Description | Choices |
---|---|---|
Debugger Type | Specifies which code type to debug. | Native Only Java Only |
Debug Target | Specifies the emulator or device to use for debugging. If no emulators are running, then use 'Android Virtual Device (AVD) Manager' to start a device. | |
Package to Launch | Specifies the location of the .apk that will be debugged. This option starts the Package (APK) when the application is debugged. | |
Launch Activity | The Android activity to use to launch the application, has to match the one used in manifest. Press Apply to retrieve the list from AndroidManifest.xml and populate it dynamically. | |
Additional Symbol Search Paths | Additional search path for debug symbols. | |
Additional Java Source Search Paths | Additional search paths for Java source files. (Applies only when Debugger Type is Java Only.) |