Closed
Description
Step 2 require to have ant installed. sudo apt-get install ant
Also for some reason ant is looking for project.properties, I have to rename default.properties to project.properties.
I'm on ubuntu 11.10. Perhaps I have a bad installed android sdk, but when doing:
./build.py --package org.test.touchtracer --name touchtracer --version 1.0 --dir /home/martin/work/android/kivy/examples/demo/touchtracer debug
because is looking for "android", that is not exist so i change manually in build.py
- line 21: ANDROID = 'android'
to full path of android
- line 21: ANDROID = '/home/martin/work/android/android-sdk-linux/tools/android'
Metadata
Metadata
Assignees
Labels
No labels