Home | History | Annotate | Download | only in ndk

Lines Matching refs:DEBUGGABLE

19 # on a given NDK application. The application must be debuggable, i.e.
20 # its android:debuggable attribute must be set to 'true' in the
549 # Check that the application is debuggable, or nothing will work
550 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
551 log "Found debuggable flag: $DEBUGGABLE"
552 DEBUGGABLE" != "true" ] ; then
554 # ok to not have android:debuggable set to true in the original manifest.
559 echo "ERROR: Package $PACKAGE_NAME is not debuggable ! You can fix that in two ways:"
563 echo " - Modify your manifest to set android:debuggable attribute to \"true\","
570 # DEBUGGABLE is true in the manifest. Let's check that the user didn't change the
571 # debuggable flag in the manifest without calling ndk-build afterwards.
575 echo " the android:debuggable flag to 'true' but did not rebuild the"
587 echo "ERROR: Non-debuggable application installed on the target device."
588 echo " Please re-install the debuggable version!"
597 echo " your installed application is debuggable?"