Hi all,
I am developing a PlugIn which requires the use of other SDKs. The iOS version is already working together with those SDKs.
On Android I cannot solve a problem which seems to correlate to the version of the gradle plugin com.android.tools.build:. The SDKs and also my Plugin works fine within the Android-Studio.
But during build from the Corona Simulator, strange resource linkage problems are shown.
Corona seems to use the com.android.tools.build:gradle version 3.5.4 (at least build.xml within Corona Simulator … Resources/build.xml staes that) and within the Android Studio Version 4.1.1 is used.
How can the build process be adjusted to use the newer tools for Android ?
Best regards,
Markus