abdulkadhir commented on issue #790: Unable to install the plugin geofence
URL: https://github.com/apache/cordova-android/issues/790#issuecomment-514215177
 
 
   > cordova plugin add cordova-plugin-add-swift-support@^1.6.0
   
   FAILURE: Build failed with an exception.
   
   * 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/unique-creations/UC/gFence/platforms/android/CordovaLib/build/intermediates/library_manifest/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. Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 2s
       at ChildProcess.whenDone 
(/Users/unique-creations/UC/gFence/node_modules/cordova-common/src/superspawn.js:135:23)
       at ChildProcess.emit (events.js:182:13)
       at maybeClose (internal/child_process.js:962:16)
       at Socket.stream.socket.on (internal/child_process.js:381:11)
       at Socket.emit (events.js:182:13)
       at Pipe._handle.close (net.js:606:12)
   
   but in my config.xml 
    <preference name="android-minSdkVersion" value="19" />
   minsdk value id 19
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to