qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.03k stars 191 forks source link

More accessible build process #173

Open mjsir911 opened 5 years ago

mjsir911 commented 5 years ago

This patch attempts to modify the build process to be easier to run and maintain. Heavily inspired by notes in issue #160

The app compiles and installs, but the localization is stuck in chinese and libpython2.7.so is not found, so I cannot test it 100%

Build tested under gradle 4.10.1 and gradle-5.2.1

Overview of changes

If you can point me to how to get localization up and running or libpython, I can test further

mjsir911 commented 5 years ago

cc @cetygamer, you seemed to have a grasp on the build process

riverfor commented 4 years ago

Thanks for sending pr, we have pushed the newest code recently. maybe you need to take a look.