Open mike-lambert opened 6 years ago
When building mobile using this change I get the following error
> Configure project :iitcm
Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error.
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\xxxx\AndroidStudioProjects\mike-iitc-mobile\mobile\iitcm\build.gradle' line: 5
* What went wrong:
A problem occurred evaluating project ':iitcm'.
> C:\Users\xxxx\AndroidStudioProjects\mike-iitc-mobile\mobile\signing.properties (The system cannot find the file specified)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 37s
@hedwin moved signing properties to root buildscript and removed signing config for debug
When running the python buildscript i get the following error: Der Befehl "ant" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Error: mobile app failed to build. ant returned 1
The python part is still trying to build an ant app.
Furthermore if I open the iitc root folder as project android studio notice that in /mobile is still an ant app and recommends the migration to grandle
If i open the iitcm project in android studio the build could be finished, but that seems only be part of the hole iitcm app
@modos189 please be noted that there one more commit, which integrates gradle-based IITC Mobile build into existing IITC build system seamlessly.
@mike-lambert Thanks, this is already implemented https://github.com/IITC-CE/ingress-intel-total-conversion/blob/master/build.py
A bulk upgrade of "gradle" branch.