Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve project target #85

Closed
iHuHoo opened this issue Jan 13, 2013 · 1 comment
Closed

Unable to resolve project target #85

iHuHoo opened this issue Jan 13, 2013 · 1 comment

Comments

@iHuHoo
Copy link

iHuHoo commented Jan 13, 2013

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'

@tito
Copy link
Member

tito commented Jan 16, 2013

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 :)

@tito tito closed this as completed Jan 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants