Back on that one, I was obliged to downgrade to 9.3.2 due to that
I have tried installing Android SDK from scratch and I updated JDK to latest 8u151.
Same problem. Does someone use Proguard with gradle ? Kind regards Philippe. Le 10-01-2018 08:45, maitai a écrit :
Hello, Since Qt5.9.3, it seems it is not possible to build Android app with ant, so we need to use gradle (right?) I need to run proguard when releasing the app, so after some digging I have added a build.gradle in my android-src directory (initially taken from the one automatically generated), and added something like: buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } Now build is failing with a strange error, saying basically that (...)\intermediates\proguard-rules\release\aapt_rules.txt is missing I searched a lot to fix that but no way so far. What is the correct way to invoke proguard in qt593, and alternatively is there a way to go back to the good old ant compilation? Thanks for any hints Philippe _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest