-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
pengjia
referenced
this issue
in pengjia/python-for-android
Sep 7, 2012
Fix the AndroidManifest.tmpl.xml issue
This was referenced Jun 26, 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
Support multiarch in webview bootstrap
dbnicholson
pushed a commit
to dbnicholson/python-for-android
that referenced
this issue
May 17, 2022
Support multiarch in webview bootstrap
5 tasks
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!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
to full path of android
The text was updated successfully, but these errors were encountered: