appodeal / cordova-plugin

Appodeal Cordova Plugin
7 stars 8 forks source link

Android : Error:Execution failed for task ':com.appodeal.plugin:cheetah-mobile:processDebugAndroidTestManifest'. #7

Closed charlesbodman closed 8 years ago

charlesbodman commented 8 years ago

Can anyone point me in the right direction?

Error:Execution failed for task ':com.appodeal.plugin:cheetah-mobile:processDebugAndroidTestManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [android:CordovaLib:unspecified:debug] xxx/platforms/android/com.appodeal.plugin/dev-cheetah-mobile/build/intermediates/exploded-aar/android/CordovaLib/unspecified/debug/AndroidManifest.xml
    Suggestion: use tools:overrideLibrary="org.apache.cordova" to force usage
vintage commented 8 years ago

Have you tried to add

<preference name="android-minSdkVersion" value="14"/>

to the config.xml?

charlesbodman commented 8 years ago

Closing, This issue was fixed.

I think it was something going on with android studio and gradle. I switched to just using cordova build and side loading the apk and my errors went away.

Thanks for the input @vintage