Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-12936

Erron when try run app in android device

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • cordova@7.0.0
    • None
    • cordova-android
    • None

    Description

      When I try run my app in my android device I receive this message:
      cordova run android --device --verbose
      No scripts found for hook "before_run".
      No scripts found for hook "before_prepare".
      Checking config.xml and package.json for saved platforms that haven't been added to the project
      Config.xml and package.json platforms are the same. No pkg.json modification.
      Package.json and config.xml platforms are different. Updating config.xml with most current list of platforms.
      PlatformApi successfully found for platform android
      Checking config.xml for saved plugins that haven't been added to the project
      Checking for any plugins added to the project that have not been installed in android platform
      No differences found between plugins added to project and installed in android platform. Continuing...
      Generating platform-specific config.xml from defaults for android at /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/res/xml/config.xml
      Merging project's config.xml into platform-specific android config.xml
      Merging and updating files from [www, platforms/android/platform_www] to platforms/android/assets/www
      Wrote out android application name "Drogaria Santa Marta" to /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/res/values/strings.xml
      android-versionCode not found in config.xml. Generating a code based on version in config.xml (0.0.1): 1
      Wrote out Android package name "com.conticenter.samapp" to /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/src/com/conticenter/samapp/MainActivity.java
      Updating icons at platforms/android/res
      Updating splash screens at platforms/android/res
      This app does not have additional resource files defined
      Prepared android project successfully
      No scripts found for hook "after_prepare".
      ANDROID_HOME=/home/jacques/android-sdk
      JAVA_HOME=/usr/lib/jvm/java-8-oracle
      Subproject Path: CordovaLib
      Running command: /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/gradlew cdvBuildDebug -b /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build.gradle -Dorg.gradle.daemon=true -Dorg.gradle.jvmargs=-Xmx2048m -Pandroid.useDeprecatedNdk=true
      The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
      at build_925jjztg5974xtj29s4u1wwcv.run(/home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build.gradle:137)
      The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
      Incremental java compilation is an incubating feature.
      The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
      :preBuild UP-TO-DATE
      :preDebugBuild UP-TO-DATE
      :checkDebugManifest
      :CordovaLib:preBuild UP-TO-DATE
      :CordovaLib:preDebugBuild UP-TO-DATE
      :CordovaLib:checkDebugManifest
      :CordovaLib:prepareDebugDependencies
      :CordovaLib:compileDebugAidl UP-TO-DATE
      :CordovaLib:compileDebugNdk UP-TO-DATE
      :CordovaLib:compileLint UP-TO-DATE
      :CordovaLib:copyDebugLint UP-TO-DATE
      :CordovaLib:mergeDebugShaders UP-TO-DATE
      :CordovaLib:compileDebugShaders UP-TO-DATE
      :CordovaLib:generateDebugAssets UP-TO-DATE
      :CordovaLib:mergeDebugAssets UP-TO-DATE
      :CordovaLib:mergeDebugProguardFiles UP-TO-DATE
      :CordovaLib:packageDebugRenderscript UP-TO-DATE
      :CordovaLib:compileDebugRenderscript UP-TO-DATE
      :CordovaLib:generateDebugResValues UP-TO-DATE
      :CordovaLib:generateDebugResources UP-TO-DATE
      :CordovaLib:packageDebugResources UP-TO-DATE
      :CordovaLib:processDebugManifest UP-TO-DATE
      :CordovaLib:generateDebugBuildConfig UP-TO-DATE
      :CordovaLib:processDebugResources UP-TO-DATE
      :CordovaLib:generateDebugSources UP-TO-DATE
      :CordovaLib:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
      :CordovaLib:compileDebugJavaWithJavac UP-TO-DATE
      :CordovaLib:processDebugJavaRes UP-TO-DATE
      :CordovaLib:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
      :CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
      :CordovaLib:mergeDebugJniLibFolders UP-TO-DATE
      :CordovaLib:transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE
      :CordovaLib:transformNative_libsWithSyncJniLibsForDebug UP-TO-DATE
      :CordovaLib:bundleDebug UP-TO-DATE
      :prepareOrgApacheCordovaCordovaLib623DebugLibrary UP-TO-DATE
      :prepareDebugDependencies
      :compileDebugAidl UP-TO-DATE
      :compileDebugRenderscript UP-TO-DATE
      :generateDebugBuildConfig UP-TO-DATE
      :generateDebugResValues UP-TO-DATE
      :generateDebugResources UP-TO-DATE
      :mergeDebugResources UP-TO-DATE
      :processDebugManifest UP-TO-DATE
      :processDebugResources UP-TO-DATE
      :generateDebugSources UP-TO-DATE
      :incrementalDebugJavaCompilationSafeguard UP-TO-DATE
      :compileDebugJavaWithJavac UP-TO-DATE
      :compileDebugNdk UP-TO-DATE
      :compileDebugSources UP-TO-DATE
      :mergeDebugShaders UP-TO-DATE
      :compileDebugShaders UP-TO-DATE
      :generateDebugAssets UP-TO-DATE
      :mergeDebugAssets UP-TO-DATE
      :transformClassesWithDexForDebug UP-TO-DATE
      :mergeDebugJniLibFolders UP-TO-DATE
      :transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE
      :processDebugJavaRes UP-TO-DATE
      :transformResourcesWithMergeJavaResForDebug UP-TO-DATE
      :validateSigningDebug
      :packageDebug UP-TO-DATE
      :assembleDebug UP-TO-DATE
      :cdvBuildDebug UP-TO-DATE

      BUILD SUCCESSFUL

      Total time: 1.326 secs
      Command finished with error code 0: /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/gradlew cdvBuildDebug,-b,/home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Dorg.gradle.jvmargs=-Xmx2048m,-Pandroid.useDeprecatedNdk=true
      Built the following apk(s):
      /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build/outputs/apk/android-debug.apk
      No scripts found for hook "before_deploy".
      ANDROID_HOME=/home/jacques/android-sdk
      JAVA_HOME=/usr/lib/jvm/java-8-oracle
      Running command: adb devices
      Error: spawn ELOOP

      Attachments

        Activity

          People

            bowserj Joey Robert Bowser
            JacquesMarques Jacques Marques
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: