-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Confused exactly what this is #24
Comments
Thank you for contributing to make this project better😎 Keep up and follow to solve this issue. |
Hmmm it seems that love does not build with this there are many errors. Is there any way to get a log to upload? |
Also thx you for this amazing project and the response! |
You are very welcome; I am amazed at how this project has developed over time. This would not be possible without contributors like you; Thank you! |
Or is this |
Hello! Thx for the response again. Indeed love2d the first repo I put is the one I was wondering about. I am aware I could run via termuxarch but I would love to be able to build the apk for native use on android. Is the build failing due to the application using c/c++ code or it using gradle? Any help would be deeply appreciated |
You are very welcome; What is the link to the APK source code? |
Https://github.com/love2d/love-android is for building it I believe. It doesn't actually build correctly |
Hello not trying to push at all i was just wondering if you had figured out why it wasn't building yet? |
It wants dependancies; This link has https://github.com/SDRausty/buildAPKs/issues?q=is%3Aissue+library more information about using libraries with BuildAPKs. Also please see files |
Ditto, Let us see if we can make it happen! We have successfully integrated libraries before. |
Ok if I understand correctly I need to go through the gradle file and find any dependencies? Also does it matter if love uses native c/c++ code? |
Ditto, Let us see if we can make this happen with love too! We have successfully integrated libraries into projects before: |
Yes, and also start with integrating appcompat: -tail -4 ~/buildAPKs/var/lfhvar.txt
-https://mvnrepository.com/artifact/com.android.support/appcompat-v7
-https://mvnrepository.com/artifact/androidx.appcompat
-# lfhvar.txt EOF Updated to:
|
Ok I have done that and added androidx.multidex as it is in the app's build.gradle file however it doesn't appear to be any different |
After changing .conf/LIBAUTH to true and adding those lines no apks show up in the build folder which Ig could be a good sign? |
It appears no artifacts are being loaded despite being in /var/cache/lib. I have made sure LIBDIRPATH is set I believe |
Yes, love uses native code. You can enable native code into the APKs by running
|
Ok yes I have done that still no luck though. As said no artifacts being loaded ;-; |
It says this
|
Ok I fixed that issue I think |
Still not building quite right though |
It appears it needs android.annotation and org.libsdl |
These want to be added as well. |
So do I add them to the file in /var/lfhvar.txt |
How would you download these files using
The jars should be placed here:
This reference should also aid in our work here: |
YES |
old issue sanse activity message |
I understand this can be used to build android apps on termux. I have a few questions. Firstly is it possible to add my own applications to build? Secondly would it be possible to build this? After the first build do you have to be connected to the internet to build an application? Sorry for the questions just not sure exactly what this project is and if it has a use besides the included apk build scripts.
The text was updated successfully, but these errors were encountered: