apk not build using crystax NDK
See original GitHub issueI am building apk using crystax NDK. I am following the same instructions as mentioned in python-for-android documentation.
I am getting following error for the line from kivy.app import App
logs
Issue Analytics
- State:
- Created 7 years ago
- Comments:35 (25 by maintainers)
Top Results From Across the Web
Android Studio 14 Native Development + CrystaX NDK
Don't you need custom clean tasks, too, with this approach? – Alex Cohn · 1 · It works! · Just click menu Build...
Read more >I'm having trouble with building APK in buildozer
Android NDK found at /home/user01/AndroidApp/buildozer/crystax-ndk-10.3.2. # Check application requirements. # Check garden requirements. # Compile platform.
Read more >Has anyone succeeded with CrystaX NDK instead ... - Qt Forum
Hello All I'm trying to port one simple application to android (I don't have much experience with mobile development so it is pure ......
Read more >Install and configure the NDK and CMake - Android Developers
CMake: an external build tool that works alongside Gradle to build your native library. You do not need this component if you only...
Read more >Python on Android - Python Development (Victor's notes)
Python 2.7 and 3.5 can be used on Android using CrystaX NDK. It uses patches on ... but need recipes to be built...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
CrystaX-built APKs are about 9MB larger than they need to be due to a bug in what is included. You can make them much smaller by locating the dist directory and deleting the
usr
directory, which I think is in something likedist_dir/crystax_python/site-packages
. I’ll check the exact path when I next make a python3 APK.Well before closing it; do you know if your Crystax build is working again? If Crystax is again working for you; then yes close it; because something got fixed for all of us; but I don’t know what. Though it seems the common fact was going back to regular apk build process and working from there.