-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unable to build the Android App #102
Comments
Hi, now ultracopier-little.pro with compiling correctly. |
Well as long as it installs I don't really care |
ok, I will give a try this week |
ultracopier.apk.gz |
It installed and opened fine, later I'll test it well, really thanks. |
Could you please make a build for android 11? I forwarded it to a person (the one really in need of the app but his phone has android 11 and the app refuses to install, I'm really sorry) |
I have low knowledge in android, I will not be able to do for a specific version. |
I understand thanks |
I tried this on Android 14 rom it takes a lot if time to open and ui looks very sluggish and not functional |
I tried to build the Android app but it doesn't seem to be possible with the actual code, there is a function that needs to be updated i think, i'll leave you all the screeens and a bunch of articles that talk about it. Also i tried to build with your script and with the GUI and no avail, but if this function will get updated maybe.... who knows
https://doc.qt.io/qt-5/qtime-obsolete.html
itay-grudev/SingleApplication#81
https://blog.csdn.net/m0_56098506/article/details/129709990
As i already said i tried with both the script and the gui and no avail. At least on the gui i only had errors regarding these functions so if you do what is suggested in these articles the android app will become buildable. I also tried on qt 5.9.0 (the oldest version supported by web installer of qt) and not only i had those errors of qtime has no member etc... but even others so it's not a problem of the version of qt i think, this function needs to be updated for the android app to work, or at least i think. Note i'm not a developer so i may be wrong,i'm just doing assumptions based on what happened to me and on some research i did.
android-libultracopier.so-deployment-settings.json
during the building i had also an error regarding a missing architecture on a json file i fixed this way, i added the arch to android-libultracopier.so-deployment-settings.json i don't know if it can be useful. I also had to add QMAKE_CXXFLAGS += -std=c++17
CMAKE_CXXFLAGS += -std=c++17 to ultracopier-little.pro because the gui ide needed c++ 17 compiler
ultracopier-little.pro.txt
i think there isn't nothing else, unfortunately that "QTime has no member start" and the other errors didn't allow me to build but if it wasn't for them i would had built the app, that said i can only ask and suggest you to renew the code.
The text was updated successfully, but these errors were encountered: