In Corona-3523, we can open “Project template - App” in Android Studio and and successfully build the apk file.
After update to 3553 or latest version (Android 10 permission problem fixed), when we compile the project template - App, following error occurs:
> Could not resolve all files for configuration ‘:app:debugCompileClasspath’.
> Failed to transform file ‘licensing-google.jar’ to match attributes {artifactType=android-classes, org.gradle.usage=java-runtime-jars}
> Execution failed for IdentityTransform: /Users/sam/Library/Application Support/Corona/Native/Corona/android/lib/Corona/libs/licensing-google.jar.
> /Users/sam/Library/Application Support/Corona/Native/Corona/android/lib/Corona/libs/licensing-google.jar
There is a huge change in the Native/Corona/android folder (As seen in the attached screenshot)
Is there anything missing in the latest Corona version?