You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/26 16:56:15 UTC

[GitHub] cjohn001 opened a new issue #640: cordova-plugin-browsertab conflict with cordova android@7.1.3 and 7.1.4

cjohn001 opened a new issue #640: cordova-plugin-browsertab conflict with cordova android@7.1.3 and 7.1.4
URL: https://github.com/apache/cordova-android/issues/640
 
 
   The title says everything. 
   
   Replicate by creating a new project and adding 
   
    <plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
     <plugin name="cordova-plugin-browsertab" spec="^0.2.0" />
   
   I get the following error. Maybe someone has an idea for a workaround. I tried setting the min version to 19 as mentioned in the error message. But without success.
   --------------------------------------
   This did not work:
   
       <platform name="android">
           <preference name="android-minSdkVersion" value="19" />
           <preference name="android-targetSdkVersion" value="27" />
       </platform>
   --------------------------------------
   Error message:
   * What went wrong:
   Execution failed for task ':app:processDebugManifest'.
   > Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:CordovaLib] /Users/cjohn/Entwicklung/IMS/CordovaLogin/platforms/android/CordovaLib/build/intermediates/manifests/full/debug/AndroidManifest.xml as the library might be using APIs not available in 16
     	Suggestion: use a compatible library with a minSdk of at most 16,
     		or increase this project's minSdk version to at least 19,
     		or use tools:overrideLibrary="org.apache.cordova" to force usage (may lead to runtime failures)
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 1s
   c
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org