Skip to content

Fix default target to generate build.xml on Android SDK 24 (Android 5.1) #170

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

Merged
merged 1 commit into from
May 29, 2015

Conversation

brody4hire
Copy link

Change default target from android-7 to android-19 in project.properties.

My first attempt to build this project using the new Android SDK failed because build.xml had not been generated. My first attempt to run android update project -p . to generate build.xml failed with the following message:

Error: The project either has no target set or the target is invalid.
Please provide a --target to the 'android update' command.

When I changed default target in project.properties from android-7 to android-19 (by running android update project -p . -t android-19 as recommended in a comment in #153) then build.xml is generated and I can build.

@developernotes developernotes merged commit 323efe2 into sqlcipher:master May 29, 2015
@developernotes
Copy link
Member

@brodybits - looks good, thanks!

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

Successfully merging this pull request may close these issues.

2 participants