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

Guide step 2 issues #2

Closed
mulonemartin opened this issue Jan 10, 2012 · 0 comments
Closed

Guide step 2 issues #2

mulonemartin opened this issue Jan 10, 2012 · 0 comments

Comments

@mulonemartin
Copy link

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'
@tito tito closed this as completed in c9023a3 Jan 15, 2012
pengjia referenced this issue in pengjia/python-for-android Sep 7, 2012
Fix the AndroidManifest.tmpl.xml issue
xloem referenced this issue in xloem/python-for-android Nov 28, 2020
xloem referenced this issue in xloem/python-for-android Nov 28, 2020
xloem referenced this issue in xloem/python-for-android Dec 24, 2020
dbnicholson added a commit to dbnicholson/python-for-android that referenced this issue May 3, 2022
dbnicholson pushed a commit to dbnicholson/python-for-android that referenced this issue May 17, 2022
Support multiarch in webview bootstrap
lazyyq pushed a commit to lazyyq/python-for-android that referenced this issue Nov 8, 2024
FIX - sdl2_jnienv_getter.patch - Darwin code changes in pyjnius setup.py

@Kr0n0 Thanks for your contribution!
lazyyq pushed a commit to lazyyq/python-for-android that referenced this issue Nov 8, 2024
This reverts commit 868d1f8, reversing
changes made to a4e1d28.
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