Cordova application does not open on device when command 'RUN' and does not log errors

2

I have an HTML application and I can not get it to run in android in test mode. I'm using Mac OS, but when I used Linux everything works fine with the "run android" command: the app was installed on the device and opened automatically. Now everything is happening okay, but the app does not install on the device much less wheel. He even lights the display but nothing from there.

Some useful information.

  • Java JDK installed correctly.
  • All android APIs since 17.
  • More stable android platform in the application directory.
  • Connected device and active debug mode.
  • Nothing wrong apparently, see:

    Rodolfos-MacBook-Pro:cordbuild2 rodolpho_paranhos$ sudo cordova run android
    Running command: "/Users/rodolpho_paranhos/Library/Mobile Documents/com~apple~CloudDocs/Projetos/Pray/cordbuild2/platforms/android/cordova/run" 
    ANDROID_HOME=/usr/local/Cellar/android-sdk/24.1.2
    JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home
    WARNING : No target specified, deploying to device 'LGOTMS5a4ccfc'.
    Running: /Users/rodolpho_paranhos/Library/Mobile Documents/com~apple~CloudDocs/Projetos/Pray/cordbuild2/platforms/android/gradlew cdvBuildDebug -b /Users/rodolpho_paranhos/Library/Mobile Documents/com~apple~CloudDocs/Projetos/Pray/cordbuild2/platforms/android/build.gradle -PcdvBuildArch=arm -Dorg.gradle.daemon=true
    :preBuild
    :compileDebugNdk UP-TO-DATE
    :preDebugBuild
    :checkDebugManifest
    :CordovaLib:compileLint
    :CordovaLib:copyDebugLint UP-TO-DATE
    :CordovaLib:mergeDebugProguardFiles UP-TO-DATE
    :CordovaLib:preBuild
    :CordovaLib:preDebugBuild
    :CordovaLib:checkDebugManifest
    :CordovaLib:prepareDebugDependencies
    :CordovaLib:compileDebugAidl UP-TO-DATE
    :CordovaLib:compileDebugRenderscript UP-TO-DATE
    :CordovaLib:generateDebugBuildConfig UP-TO-DATE
    :CordovaLib:generateDebugAssets UP-TO-DATE
    :CordovaLib:mergeDebugAssets UP-TO-DATE
    :CordovaLib:generateDebugResValues UP-TO-DATE
    :CordovaLib:generateDebugResources UP-TO-DATE
    :CordovaLib:packageDebugResources UP-TO-DATE
    :CordovaLib:processDebugManifest UP-TO-DATE
    :CordovaLib:processDebugResources UP-TO-DATE
    :CordovaLib:generateDebugSources UP-TO-DATE
    :CordovaLib:compileDebugJava UP-TO-DATE
    :CordovaLib:processDebugJavaRes UP-TO-DATE
    :CordovaLib:packageDebugJar UP-TO-DATE
    :CordovaLib:compileDebugNdk UP-TO-DATE
    :CordovaLib:packageDebugJniLibs UP-TO-DATE
    :CordovaLib:packageDebugLocalJar UP-TO-DATE
    :CordovaLib:packageDebugRenderscript UP-TO-DATE
    :CordovaLib:bundleDebug UP-TO-DATE
    :prepareAndroidCordovaLibUnspecifiedDebugLibrary UP-TO-DATE
    :prepareDebugDependencies
    :compileDebugAidl UP-TO-DATE
    :compileDebugRenderscript UP-TO-DATE
    :generateDebugBuildConfig UP-TO-DATE
    :generateDebugAssets UP-TO-DATE
    :mergeDebugAssets 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
    :compileDebugJava UP-TO-DATE
    :preDexDebug UP-TO-DATE
    :dexDebug UP-TO-DATE
    :processDebugJavaRes UP-TO-DATE
    :validateDebugSigning
    :packageDebug UP-TO-DATE
    :zipalignDebug UP-TO-DATE
    :assembleDebug UP-TO-DATE
    :cdvBuildDebug UP-TO-DATE
    
    BUILD SUCCESSFUL
    
    Total time: 3.264 secs
    Built the following apk(s):
        /Users/rodolpho_paranhos/Library/Mobile Documents/com~apple~CloudDocs/Projetos/Pray/cordbuild2/platforms/android/build/outputs/apk/android-debug.apk
    Using apk: /Users/rodolpho_paranhos/Library/Mobile Documents/com~apple~CloudDocs/Projetos/Pray/cordbuild2/platforms/android/build/outputs/apk/android-debug.apk
    Installing app on device...
    Launching application...
    LAUNCH SUCCESS
    Rodolfos-MacBook-Pro:cordbuild2 rodolpho_paranhos$ 
    
        
    asked by anonymous 03.05.2015 / 06:02

    0 answers