Ultracopier icon indicating copy to clipboard operation
Ultracopier copied to clipboard

Unable to build the Android App

Open Skorpion96 opened this issue 11 months ago • 10 comments

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 https://github.com/itay-grudev/SingleApplication/issues/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. Schermata del 2024-03-25 23-47-07 Schermata del 2024-03-25 23-47-21 Schermata del 2024-03-25 23-47-28 Schermata del 2024-03-25 23-47-37 Schermata del 2024-03-25 23-47-45 Schermata del 2024-03-25 23-51-49 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.

Skorpion96 avatar Mar 25 '24 23:03 Skorpion96