I installed the Flurry plugin [com.flurry.android:analytics:14.0.0] and got an error about minimum SDK ver. so I set my android build settings to minSdkVersion = “16” This allowed me to get a build without error, but will this be an issue?
C:\Users\desktop\AppData\Local\Temp\Corona Labs\CLtmpa97912\template\app\src\main\AndroidManifest.xml Error:
13:25:38.450 uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.flurry.android:analytics:14.0.0] C:\Users\desktop.gradle\caches\transforms-3\edf0a076ef5e6c4fdc75697760b53079\transformed\jetified-analytics-14.0.0\AndroidManifest.xml as the library might be using APIs not available in 15
13:25:38.450 Suggestion: use a compatible library with a minSdk of at most 15,
13:25:38.450 or increase this project’s minSdk version to at least 16,
13:25:38.450 or use tools:overrideLibrary=“com.flurry.android.analytics.sdk” to force usage (may lead to runtime failures)
*13:25:38.450 *
13:25:38.450 FAILURE: Build failed with an exception.
*13:25:38.450 *
13:25:38.450 * What went wrong:
13:25:38.450 Execution failed for task ‘:App:processReleaseMainManifest’.
13:25:38.450 > Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.flurry.android:analytics:14.0.0] C:\Users\desktop.gradle\caches\transforms-3\edf0a076ef5e6c4fdc75697760b53079\transformed\jetified-analytics-14.0.0\AndroidManifest.xml as the library might be using APIs not available in 15
13:25:38.450 Suggestion: use a compatible library with a minSdk of at most 15,
13:25:38.450 or increase this project’s minSdk version to at least 16,
13:25:38.450 or use tools:overrideLibrary=“com.flurry.android.analytics.sdk” to force usage (may lead to runtime failures)