Xxx @ Ubuntu :~ /ADT/android-ndk-r8e/samples/test $.../ndk-GDB -- verbose -- launch = com. Android. gl2jni
Android ndk installation path:/home/XXX/ADT/android-ndk-r8e/samples/test /../..
Using default ADB command:/home/XXX/ADT/adt-bundle-linux-x86_64-20130522/SDK/platform-tools/ADB
ADB version found: Android debug bridge version 1.0.31
Using ADB flags:
Using Auto-detected project path :.
Found package name: COM. Android. gl2jni
/Home/XXX/ADT/android-ndk-r8e/samples/test /.. /.. /build/gmsl/_ gmsl: 512: *** non-numeric second argument to 'wordlist' function :''. stop.
Abis targetted by application:
Device API level: 15
Device CPU Abis: armeabi-v7a armeabi
Error: The device does not support the application's targetted CPU Abis!
Device supports: armeabi-v7a armeabi
Package supports:
Xxx @ Ubuntu :~ // ADT/android-ndk-r8e/samples/test $
Bytes ------------------------------------------------------------------------------------------
This is because the SDK version is missing in the androidmanifest. xml file. You only need to add the following
<Uses-SDK Android: minsdkversion = "5"/>
You can.