You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Benjamin Hill (JIRA)" <ji...@apache.org> on 2013/08/13 22:14:48 UTC

[jira] [Created] (CB-4579) Run command reports successful install, but install really failed.

Benjamin Hill created CB-4579:
---------------------------------

             Summary: Run command reports successful install, but install really failed.
                 Key: CB-4579
                 URL: https://issues.apache.org/jira/browse/CB-4579
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.0.0
         Environment: OSX
            Reporter: Benjamin Hill
            Assignee: Joe Bowser
            Priority: Minor


If I try to run an android app with the wrong minSDK specified, the log reports success when it shouldn't:

phonegap -V local run android --emulator
Failure [INSTALL_FAILED_OLDER_SDK]
Launching application...
Starting: Intent { act=android.intent.action.MAIN cmp=com.ABCD }
Error type 3
Error: Activity class {com.ABCD} does not exist.
[phonegap] Platform "android" deployed to emulator.
[phonegap] successfully installed onto emulator

.. no it wasn't deployed or successfully installed!  :)

Note: fixing the android:minSdkVersion did fix it for me, so nothing was *broken* - just an incorrect log status on my error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira