-
-
Notifications
You must be signed in to change notification settings - Fork 199
Build process #160
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
Comments
Any news on this? I would like to be able to create reproducible builds for f-droid |
mjsir911
added a commit
to mjsir911/qpython
that referenced
this issue
May 20, 2019
(solution from issue qpython-android#160)
mjsir911
added a commit
to mjsir911/qpython
that referenced
this issue
May 20, 2019
solution from qpython-android#160
on my machine, the debug apk can be installed sucessfully through adb
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I am trying to build QPython from sources and I have some questions.
In order to get something to work I had to install old versions of all the build software. Here is what I came up with:
local.properties
file.armeabi
toarmeabi-v7a
in everybuild.gradle
andApplication.mk
file.#include <string.h>
in every*.cpp
file that usesstrerror
function.build.gradle
files.After all that I finally managed to get
gradle build
working and I got 2 APK files (debug and release). But I can't install them on my machine, because they both are unsigned (I get signature missing error by runningadb install qpython-release-unsigned.apk
).So here are my questions:
The text was updated successfully, but these errors were encountered: