Search code examples
visual-studiocordovacordova-pluginsrelease

Build failed with an exception VS 2015 Apache Cordova


After install plugin etc. pushwoosh and run Release (create.apk file) get error.

http://prnt.sc/b85hvw

Any solution how solve this problem?


Solution

  • The problem lies in the plugin. It needs these dependencies:

    1. Android Support Repository

    2. Android Support Library

    3. Google Play Services

    4. Google Repository

    5. Google play Billing Library

    Check this link: Build error with message "Not found com.google.android....

    Installing these dependencies in your Android SDK Manager will solve the problem.