iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 553 forks source link

Migrating IITC Mobile to SDK 28, fixed issues with new intel URL #1286

Open mike-lambert opened 5 years ago

mike-lambert commented 5 years ago

A bulk upgrade of "gradle" branch.

ghost commented 5 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
mike-lambert commented 5 years ago

@hedwin moved signing properties to root buildscript and removed signing config for debug

gusowski1 commented 5 years ago

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

mike-lambert commented 5 years ago

@modos189 please be noted that there one more commit, which integrates gradle-based IITC Mobile build into existing IITC build system seamlessly.

modos189 commented 5 years ago

@mike-lambert Thanks, this is already implemented https://github.com/IITC-CE/ingress-intel-total-conversion/blob/master/build.py