0
このエラーコードについて多くの投稿を見ましたが、最近読んだことのあるものと同じではありません。Cordova/Phonegap admobproを使用してエラーコード1を作成する
私のプロジェクトをビルドしようとすると、エラーが発生します。
FAILURE: Build failed with an exception.
Execution failed for task ':processDebugManifest'.> Manifest merger failed : uses-sdk:minSdkVersion 11 cannot be smaller than version 14 declared in library [android:CordovaLib:unspecified:debug] C:\Users\CGZ\Desktop\TestAdd\platforms\android\build\intermediates\exploded-aar\android\CordovaLib\unspecified\debug\AndroidManifest.xml
Suggestion: use tools:overrideLibrary="org.apache.cordova" to force usage
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
合計時間:12.759秒
Error: Error code 1 for command: cmd with args: /s,/c,"C:\Users\CGZ\Desktop\TestAdd\platforms\android\gradlew cdvBuildDebug -b C:\Users\CGZ\Desktop\TestAdd\platforms\android\build.gradle -Dorg.gradle.daemon=true-Pandroid.useDeprecatedNdk=true"
私はconfig.xmlファイルからプラグインを削除した場合、それはビルド罰金をコンパイルします。
<preference name="android-build-tool" value="gradle" />
<gap:plugin name="cordova-plugin-admobpro" source="npm" />
http://stackoverflow.com/questions/24438170/manifest-merger-failed-uses-sdkminsdkversion-14 –
の可能性のある重複 '<プリファレンス名=" android-これを試してみてくださいminSdkVersion "value =" 10 "/>' –