You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to follow the doc carefully, and not jump steps. If you specify another API version (12 in your case), then you must ensure that the NDK is compatible with the API version, and that you installed the corresponding android platform :)
When I follow the Hello world example
./build.py --package org.hello --name "Hello" --version 1.0 --dir ../../../hello debug installd
build failed, error message:
-build-setup:
[echo] Resolving Build Target for Hello-1.0...
BUILD FAILED
/home/huhoo/android-tools/adt-bundle-linux-x86_64/sdk/tools/ant/build.xml:541: Unable to resolve project target 'android-12'
The text was updated successfully, but these errors were encountered: