Skip to content

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

Merged
developernotes merged 1 commit intosqlcipher:masterfrom
brody4hire:fix-build-target
May 29, 2015
Merged

Fix default target to generate build.xml on Android SDK 24 (Android 5.1)#170
developernotes merged 1 commit intosqlcipher:masterfrom
brody4hire:fix-build-target

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