Hello I need to update my app and my game and I have encountered this error when trying to do the build.
First the data: I have a new Windows 10 Home 64bit PC. The Microsoft Visual C++ 2015-2019 was installed which solves the problem that the Solar2d console does not open. I have installed the JDK version that is redirected from the CoronaSDK page (jdk-8u261-windows-i586)
Solar2D version 2020.3620
After resuming my projects and a hard task of recovering all the data from the old PC, I cannot build my game due to the following error
14:53:05.887 * What went wrong:
14:53:05.887 Execution failed for task ':App:processReleaseManifest'.
14:53:05.887 > Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.google.android.gms:play-services-ads:19.3.0] C:\Users\ruben\.gradle\caches\transforms-2\files-2.1\88db18d678114778d670af1201a8b7a0\jetified-play-services-ads-19.3.0\AndroidManifest.xml as the library might be using APIs not available in 15
14:53:05.887 Suggestion: use a compatible library with a minSdk of at most 15,
14:53:05.887 or increase this project's minSdk version to at least 16,
14:53:05.887 or use tools:overrideLibrary="com.google.android.gms.ads.impl" to force usage (may lead to runtime failures)
It is the first time that I have this type of error. The errors that I found were solved updating the JDK. I will appreciate the help you can give me.
Thanks
DoDi