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
475 # Check that the application is debuggable, or nothing will work
476 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
477 log "Found debuggable flag: $DEBUGGABLE"
478 if [ $? != 0 -o "$DEBUGGABLE" != "true" ] ; then
480 # ok to not have android:debuggable set to true in the original manifest.
485 echo "ERROR: Package $PACKAGE_NAME is not debuggable ! You can fix that in two ways:"
489 echo " - Modify your manifest to set android:debuggable attribute to \"true\","
496 # DEBUGGABLE is true in the manifest. Let's check that the user didn't change the
497 # debuggable flag in the manifest without calling ndk-build afterwards.
501 echo " the android:debuggable flag to 'true' but did not rebuild the"
513 echo "ERROR: Non-debuggable application installed on the target device."
514 echo " Please re-install the debuggable version!"
533 echo " your installed application is debuggable?"