question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

apk not build using crystax NDK

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:35 (25 by maintainers)

github_iconTop GitHub Comments

1reaction
inclementcommented, May 24, 2017

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 like dist_dir/crystax_python/site-packages. I’ll check the exact path when I next make a python3 APK.

1reaction
FeralBytescommented, Feb 10, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found