android - Error in building MM2 using phonegap build -


i'm trying create custom app mm2 based on presentation juan leyva:
https://docs.google.com/presentation/d/1hx5h7zwtay4amay3qyluclfi7kqcid9iowudh-lsa_0/edit#slide=id.ga20278994_0_101

i customized , able run emulation using ionic
when try build android version using phonegap build (http://build.phonegap.com) these errors

build date: 2016-05-25 14:42:44 +0000  failure: build failed exception.  * went wrong: problem occurred configuring root project 'project'. > not resolve dependencies configuration ':_debugcompile'.    > not find com.android.support:support-v4:23.4.0.      searched in following locations:          https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar          file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar          file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar      required by:          :project:unspecified    > not find com.android.support:support-v4:23.4.0.      searched in following locations:          https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar          file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar          file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar      required by:          :project:unspecified > com.android.support:support-v13:23.2.1    > not find com.android.support:support-v4:23.4.0.      searched in following locations:          https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar          file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          file:/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar          file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom          file:/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar      required by:          :project:unspecified > com.google.android.gms:play-services-gcm:8.4.0 > com.google.android.gms:play-services-base:8.4.0 > com.google.android.gms:play-services-basement:8.4.0  * try: run --stacktrace option stack trace. run --info or --debug option more log output.  build failed  total time: 4.288 secs undefined 

what problem?

how can build app?

thanks

https://github.com/driftyco/ionic-platform-issues/issues/107

please update sdk modules (must have android support repository v 32)


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -