[jbosstools-issues] [JBoss JIRA] (JBIDE-16213) [Android] Prohibit deployments to AVDs and devices that do not support the minimum SDK version

Gorkem Ercan (JIRA) issues at jboss.org
Wed Feb 5 14:06:28 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12941634#comment-12941634 ] 

Gorkem Ercan commented on JBIDE-16213:
--------------------------------------

fixed on master with https://github.com/jbosstools/jbosstools-aerogear/commit/eaf96184c1c9a30f01c00b2b904be125b6d48dfa 

Notes for testers.  Below are cases that needs to be covered to verify. 
1. No Android AVDs are defined
2. No AVDs with target's API level >= 17 are defined
3. Multiple AVDs present but the first AVD defined has API level < 17
4. Select an AVD with API level < 17  using the launch configuration dialog. 

In the cases for 1, 2 and 3 it should fail with a standard error dialog until JBIDE-15675 is resolved. Case 4 should not allow the launch configuration to be saved. 
                
> [Android] Prohibit deployments to AVDs and devices that do not support the minimum SDK version
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-16213
>                 URL: https://issues.jboss.org/browse/JBIDE-16213
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: aerogear-hybrid
>    Affects Versions: 4.1.1.CR1
>            Reporter: Vineet Reynolds
>            Assignee: Gorkem Ercan
>             Fix For: 4.2.0.Alpha2
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> Based on the comment in JBIDE-16212 it would be useful to prohibit the "Run on Android emulator" (and possibly "Run on Android device") actions from attempting to perform a deployment of an APK on a device/AVD with a lower runtime version.
> The {{AndroidManifest.xml}} in the generated Android project had a min SDK version of 10. Deployments to AVDs/devices with a lower API version should not have been allowed. At the very least, we could display a more meaningful message instead of the current one: http://www.screencast.com/t/eG8pWIP9

--
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


More information about the jbosstools-issues mailing list