{ "id": "122479", "key": "TIMOB-15718", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15707", "description": "2013 Sprint 23", "name": "2013 Sprint 23", "archived": true, "released": true, "releaseDate": "2013-11-15" }, { "id": "15709", "description": "2013 Sprint 23 Core", "name": "2013 Sprint 23 Core", "archived": true, "released": true, "releaseDate": "2013-11-15" }, { "id": "15711", "description": "2013 Sprint 24", "name": "2013 Sprint 24", "archived": true, "released": true, "releaseDate": "2013-11-29" }, { "id": "15713", "description": "2013 Sprint 24 Core", "name": "2013 Sprint 24 Core", "archived": true, "released": true, "releaseDate": "2013-11-29" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-11-19T22:01:38.000+0000", "created": "2013-11-14T19:19:32.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "33271", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "122586", "key": "TISTUD-5744", "fields": { "summary": "Android: NPE in AndroidSDKEntity.getSDKPath() while packaging app", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "33229", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "122461", "key": "TISTUD-5717", "fields": { "summary": "Profiling on Android device fails with a NPE ", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2016-11-29T11:49:11.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" }, { "id": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "Using Titanium Studio, build: 3.2.0.201311122225\r\nTitanium SDK 3.2.0, CLI 3.2.0.\r\n\r\nTo reproduce:\r\n1. Create a default mobile project in studio. \r\n2. Run it as a distribution or debug version on device.\r\n\r\n*Studio log file:*\r\n{code}\r\n!ENTRY org.eclipse.core.jobs 4 2 2013-11-13 16:39:19.904\r\n!MESSAGE An internal error occurred during: \"Android Distribution...\".\r\n!STACK 0\r\njava.lang.NullPointerException\r\n\tat com.appcelerator.titanium.android.core.AndroidSDKEntity.getSDKPath(AndroidSDKEntity.java:179)\r\n\tat com.appcelerator.titanium.android.core.launching.AndroidNodeJSCommandsHelper.getPackageProjectArguments(AndroidNodeJSCommandsHelper.java:477)\r\n\tat com.appcelerator.titanium.core.internal.cli.NodeTitaniumSDKCommandsHandler.packageProject(NodeTitaniumSDKCommandsHandler.java:416)\r\n\tat com.appcelerator.titanium.core.internal.cli.LegacyTitaniumSDKCommandsHandler.packageProject(LegacyTitaniumSDKCommandsHandler.java:606)\r\n\tat com.appcelerator.titanium.android.core.launching.AndroidLaunchConfigurationUtil.runAndroidPackagingProcess(AndroidLaunchConfigurationUtil.java:136)\r\n\tat com.appcelerator.titanium.android.core.launching.AndroidPackagerLaunchConfigurationDelegate$1.run(AndroidPackagerLaunchConfigurationDelegate.java:108)\r\n\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)\r\n\r\n!ENTRY org.eclipse.core.jobs 4 2 2013-11-14 10:55:38.411\r\n!MESSAGE An internal error occurred during: \"Launching Titanium Android Application Installer - timob15018\".\r\n!STACK 0\r\njava.lang.NullPointerException\r\n\tat com.appcelerator.titanium.android.core.AndroidSDKEntity.getSDKPath(AndroidSDKEntity.java:179)\r\n\tat com.appcelerator.titanium.android.ui.launching.device.AndroidDebugOnDeviceLaunchConfigurationDelegate.runLogcat(AndroidDebugOnDeviceLaunchConfigurationDelegate.java:277)\r\n\tat com.appcelerator.titanium.android.ui.launching.device.AndroidDebugOnDeviceLaunchConfigurationDelegate.launch(AndroidDebugOnDeviceLaunchConfigurationDelegate.java:141)\r\n\tat org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:858)\r\n\tat org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:707)\r\n\tat org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018)\r\n\tat org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222)\r\n\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)\r\n\r\n{code}\r\n\r\n*Diagnostic test output:*\r\n{code}\r\nHost OS: Mac OS X\r\nOS Version: 10.8.5\r\nOS Arch: x86_64\r\n\r\nJRE Version: 1.6.0_37\r\nJRE Vendor: Apple Inc.\r\nJRE Home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home\r\n\r\nTitanium Studio Version: 3.2.0.201311122225\r\nInstall Directory: file:/Applications/Titanium_Studio/\r\nWorkspace Directory: file:/Users/pwang/Documents/Titanium Studio Workspace/\r\nVM Arguments: -Xms128m\r\n-Xmx1024m\r\n-XX:MaxPermSize=256m\r\n-Xverify:none\r\n-Declipse.p2.unsignedPolicy=allow\r\n-Declipse.log.size.max=10000\r\n-Declipse.log.backup.max=5\r\n-Xdock:icon=../Resources/titanium.icns\r\n-XstartOnFirstThread\r\n-Dorg.eclipse.swt.internal.carbon.smallFonts\r\n-Djava.class.path=/Applications/Titanium_Studio/TitaniumStudio.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar\r\n\r\nLanguage: en_US\r\n\r\nACS App URL: https://api.cloud.appcelerator.com/v1/apps/create.json?key=7fI2AZHmrSvAHNKsSQKzrSXz5NWjo2tt\r\nACS Login URL: https://api.cloud.appcelerator.com/v1/admins/studio_login.json?key=7fI2AZHmrSvAHNKsSQKzrSXz5NWjo2tt\r\nXCode Version: 5.0\r\n\r\nLatest Titanium SDK: 3.2.0\r\n\r\nTitanium SDK Version: 1.7.3\r\nSDK Modules API Version:null\r\nSDK Timestamp: 10/17/11 13:44\r\nSDK Build Number: dcf4257\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/1.7.3\r\n\r\nTitanium SDK Version: 1.7.5\r\nSDK Modules API Version:null\r\nSDK Timestamp: 11/02/11 17:00\r\nSDK Build Number: ab20af7\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/1.7.5\r\n\r\nTitanium SDK Version: 1.8.0.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 12/22/11 13:09\r\nSDK Build Number: fbdc96f\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/1.8.0.1\r\n\r\nTitanium SDK Version: 1.8.0.1.RC3\r\nSDK Modules API Version:2\r\nSDK Timestamp: 12/17/11 19:53\r\nSDK Build Number: c903964\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/1.8.0.1.RC3\r\n\r\nTitanium SDK Version: 1.8.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 01/27/12 17:31\r\nSDK Build Number: a24502a\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/1.8.1\r\n\r\nTitanium SDK Version: 1.8.2\r\nSDK Modules API Version:2\r\nSDK Timestamp: 02/23/12 17:46\r\nSDK Build Number: 59b3a90\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/1.8.2\r\n\r\nTitanium SDK Version: 2.0.0\r\nSDK Modules API Version:2\r\nSDK Timestamp: 08/28/12 11:17\r\nSDK Build Number: 2730634\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.0.0\r\n\r\nTitanium SDK Version: 2.0.1.GA2\r\nSDK Modules API Version:2\r\nSDK Timestamp: 04/12/12 16:33\r\nSDK Build Number: 999c68a\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.0.1.GA2\r\n\r\nTitanium SDK Version: 2.0.2.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 05/30/12 10:21\r\nSDK Build Number: 2ff31a3\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA\r\n\r\nTitanium SDK Version: 2.0.3\r\nSDK Modules API Version:2\r\nSDK Timestamp: 10/12/12 15:44\r\nSDK Build Number: 413a728\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.0.3\r\n\r\nTitanium SDK Version: 2.1.0\r\nSDK Modules API Version:2\r\nSDK Timestamp: 04/10/13 15:50\r\nSDK Build Number: d0e2b37\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.0\r\n\r\nTitanium SDK Version: 2.1.0.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 06/28/12 12:16\r\nSDK Build Number: 6e3cab6\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA\r\n\r\nTitanium SDK Version: 2.1.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 07/23/12 17:34\r\nSDK Build Number: 11e5435\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.1\r\n\r\nTitanium SDK Version: 2.1.1.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 07/27/12 14:01\r\nSDK Build Number: 0fd84a2\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA\r\n\r\nTitanium SDK Version: 2.1.2\r\nSDK Modules API Version:2\r\nSDK Timestamp: 08/28/12 14:34\r\nSDK Build Number: ed7f777\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.2\r\n\r\nTitanium SDK Version: 2.1.2.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 08/24/12 14:46\r\nSDK Build Number: ed7f777\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.2.GA\r\n\r\nTitanium SDK Version: 2.1.3\r\nSDK Modules API Version:2\r\nSDK Timestamp: 09/27/12 16:31\r\nSDK Build Number: a770187\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.3\r\n\r\nTitanium SDK Version: 2.1.3.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 10/02/12 16:16\r\nSDK Build Number: 15997d0\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA\r\n\r\nTitanium SDK Version: 2.1.4\r\nSDK Modules API Version:2\r\nSDK Timestamp: 10/26/12 16:49\r\nSDK Build Number: 1208dd9\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.4\r\n\r\nTitanium SDK Version: 2.1.4.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 11/09/12 12:46\r\nSDK Build Number: 51f2c64\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA\r\n\r\nTitanium SDK Version: 2.2.0\r\nSDK Modules API Version:2\r\nSDK Timestamp: 01/07/13 16:46\r\nSDK Build Number: 77023f0\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.2.0\r\n\r\nTitanium SDK Version: 2.2.0.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 09/04/12 09:49\r\nSDK Build Number: 2c0e61d\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/2.2.0.1\r\n\r\nTitanium SDK Version: 3.0.0\r\nSDK Modules API Version:2\r\nSDK Timestamp: 12/10/12 17:19\r\nSDK Build Number: b73f165\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.0.0\r\n\r\nTitanium SDK Version: 3.0.0.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 10/02/12 17:30\r\nSDK Build Number: 21ddfc3\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.0.0.1\r\n\r\nTitanium SDK Version: 3.0.0.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 12/12/12 18:49\r\nSDK Build Number: a5894b3\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.0.0.GA\r\n\r\nTitanium SDK Version: 3.0.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 01/17/13 16:01\r\nSDK Build Number: 14fb3ea\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.0.1\r\n\r\nTitanium SDK Version: 3.0.2\r\nSDK Modules API Version:2\r\nSDK Timestamp: 01/31/13 14:52\r\nSDK Build Number: 2da5a10\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.0.2\r\n\r\nTitanium SDK Version: 3.0.2.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 02/15/13 19:02\r\nSDK Build Number: 5a77fe7\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA\r\n\r\nTitanium SDK Version: 3.1.0\r\nSDK Modules API Version:2\r\nSDK Timestamp: 10/04/13 13:46\r\nSDK Build Number: fe6c8e7\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.0\r\n\r\nTitanium SDK Version: 3.1.0.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 04/15/13 18:45\r\nSDK Build Number: 57634ef\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA\r\n\r\nTitanium SDK Version: 3.1.1\r\nSDK Modules API Version:2\r\nSDK Timestamp: 08/02/13 10:45\r\nSDK Build Number: cac341d\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.1\r\n\r\nTitanium SDK Version: 3.1.1.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 06/15/13 16:09\r\nSDK Build Number: f7592c1\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.1.GA\r\n\r\nTitanium SDK Version: 3.1.2\r\nSDK Modules API Version:2\r\nSDK Timestamp: 08/16/13 15:55\r\nSDK Build Number: 8eee2b4\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.2\r\n\r\nTitanium SDK Version: 3.1.2.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 08/14/13 12:45\r\nSDK Build Number: 5ceaff8\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.2.GA\r\n\r\nTitanium SDK Version: 3.1.3\r\nSDK Modules API Version:2\r\nSDK Timestamp: 09/16/13 15:34\r\nSDK Build Number: c35b513\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.3\r\n\r\nTitanium SDK Version: 3.1.3.GA\r\nSDK Modules API Version:2\r\nSDK Timestamp: 09/18/13 12:00\r\nSDK Build Number: 222f4d1\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.1.3.GA\r\n\r\nTitanium SDK Version: 3.2.0\r\nSDK Modules API Version:2\r\nSDK Timestamp: 11/13/13 15:18\r\nSDK Build Number: 981c4fa\r\nSDK Location: /Library/Application Support/Titanium/mobilesdk/osx/3.2.0\r\n\r\nBrowsers\r\n - Default system web browser: Unknown (N/A)\r\n - Firefox: 16.0.2 (/Applications/Firefox.app/Contents/MacOS/firefox-bin)\r\n - Safari: 6.0.5 (/usr/bin/open)\r\n - Chrome: 31.0.1650.48 (/Applications/Google Chrome.app/Contents/MacOS/Google Chrome)\r\n\r\nAndroid SDK Version: 4.4\r\nAndroid NDK Version: r7\r\n\r\nTitanium CLI Enabled: true\r\n\r\nNode.ACS Host URL: null\r\nNode.JS Version: v0.10.13\r\nNPM Path: /usr/local/bin/npm\r\nNPM Version: 1.3.2\r\n/Applications/Titanium_Studio/TitaniumStudio.app/Contents/MacOS\r\n└── (empty)\r\nnpm ls titanium: /Applications/Titanium_Studio/TitaniumStudio.app/Contents/MacOS\r\n└── (empty)\r\nPackages: /Applications/Titanium_Studio/TitaniumStudio.app/Contents/MacOS\r\n└── (empty)\r\nNPM_CONFIG_PREFIX env value: null\r\nNpm config prefix value : /usr/local\r\n\r\nENV:\r\nANDROID_SDK=/Users/pwang/android-sdks\r\nANDROID_NDK=/Users/pwang/android-ndk\r\ncom.apple.java.jvmMode=client\r\nSHLVL=1\r\n__CF_USER_TEXT_ENCODING=0x1F7:0:0\r\nPWD=/Applications/Titanium_Studio/TitaniumStudio.app/Contents/MacOS\r\nApple_Ubiquity_Message=/tmp/launch-wXS1cu/Apple_Ubiquity_Message\r\nLOGNAME=pwang\r\nSSH_AUTH_SOCK=/tmp/launch-i8e3VL/Listeners\r\nSHELL=/bin/bash\r\nTMPDIR=/var/folders/vt/m7g5015s2kq16fb8sm99nsqh0000gq/T/\r\nEDITOR=textwrangle\r\nNDK_CCACHE=/usr/local/bin/ccache\r\nPATH=/Users/pwang/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/pwang/android-sdks/platform-tools:/Users/pwang/android-sdks/tools\r\nCOMMAND_MODE=unix2003\r\nAPTANA_VERSION=3.2.0.1364103230\r\nUSER=pwang\r\ncom.apple.java.jvmTask=JNI\r\nNUM_CPUS=4\r\nHOME=/Users/pwang\r\nApple_PubSub_Socket_Render=/tmp/launch-wSzk4B/Render\r\nLANG=en_US.UTF-8\r\n{code}\r\n\r\n*Output of \"ti info -o json -t android\":*\r\n{code}\r\npwang$ ti info -o json -t android\r\n{\r\n\t\"android\": {\r\n\t\t\"linux64bit\": null,\r\n\t\t\"sdk\": {\r\n\t\t\t\"path\": \"/Users/pwang/android-sdks\",\r\n\t\t\t\"executables\": {\r\n\t\t\t\t\"adb\": \"/Users/pwang/android-sdks/platform-tools/adb\",\r\n\t\t\t\t\"android\": \"/Users/pwang/android-sdks/tools/android\",\r\n\t\t\t\t\"emulator\": \"/Users/pwang/android-sdks/tools/emulator\",\r\n\t\t\t\t\"mksdcard\": \"/Users/pwang/android-sdks/tools/mksdcard\",\r\n\t\t\t\t\"aapt\": \"/Users/pwang/android-sdks/build-tools/19.0.0/aapt\",\r\n\t\t\t\t\"zipalign\": \"/Users/pwang/android-sdks/tools/zipalign\",\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/build-tools/19.0.0/aidl\",\r\n\t\t\t\t\"dx\": \"/Users/pwang/android-sdks/build-tools/19.0.0/dx\"\r\n\t\t\t},\r\n\t\t\t\"dx\": \"/Users/pwang/android-sdks/build-tools/19.0.0/lib/dx.jar\",\r\n\t\t\t\"proguard\": \"/Users/pwang/android-sdks/tools/proguard/lib/proguard.jar\",\r\n\t\t\t\"tools\": {\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/tools\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"version\": \"22.3\"\r\n\t\t\t},\r\n\t\t\t\"platformTools\": {\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platform-tools\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"version\": \"19\"\r\n\t\t\t},\r\n\t\t\t\"buildTools\": {\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/build-tools/19.0.0\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"version\": \"19\"\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"ndk\": {\r\n\t\t\t\"path\": \"/Users/pwang/android-ndk\",\r\n\t\t\t\"executables\": {\r\n\t\t\t\t\"ndkbuild\": \"/Users/pwang/android-ndk/ndk-build\"\r\n\t\t\t},\r\n\t\t\t\"version\": \"r7\"\r\n\t\t},\r\n\t\t\"home\": \"/Users/pwang/.android\",\r\n\t\t\"detectVersion\": \"2.0\",\r\n\t\t\"vendorDependencies\": {\r\n\t\t\t\"android sdk\": \">=10 <=19\",\r\n\t\t\t\"android build tools\": \">=17 <19.x\",\r\n\t\t\t\"android platform tools\": \">=17 <=19.x\",\r\n\t\t\t\"android tools\": \"22.x\",\r\n\t\t\t\"android ndk\": \">=r8e <=r9\",\r\n\t\t\t\"node\": \">0.8.0 <=0.10.x\",\r\n\t\t\t\"java\": \"<=1.7.x\"\r\n\t\t},\r\n\t\t\"targets\": {\r\n\t\t\t\"1\": {\r\n\t\t\t\t\"id\": \"android-7\",\r\n\t\t\t\t\"name\": \"Android 2.1\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"7\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-7\",\r\n\t\t\t\t\"version\": \"2.1\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-7/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-7/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"2\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:7\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.1\",\r\n\t\t\t\t\t\"api-level\": \"7\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.1\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-7/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-7/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"3\": {\r\n\t\t\t\t\"id\": \"android-8\",\r\n\t\t\t\t\"name\": \"Android 2.2\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"8\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-8\",\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"4\": {\r\n\t\t\t\t\"id\": \"Barnes & Noble, Inc.:NOOKcolor:8\",\r\n\t\t\t\t\"name\": \"NOOKcolor\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Barnes & Noble, Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"nook color\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"NOOKcolor\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"adds-usb-support-for-devices-(vendor\": \"0x2080)\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"5\": {\r\n\t\t\t\t\"id\": \"Barnes & Noble, Inc.:NOOKcolor:8\",\r\n\t\t\t\t\"name\": \"NOOKcolor\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Barnes & Noble, Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"nook color\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"NOOKcolor\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"adds-usb-support-for-devices-(vendor\": \"0x2080)\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"6\": {\r\n\t\t\t\t\"id\": \"Barnes & Noble, Inc.:NOOKcolor:8\",\r\n\t\t\t\t\"name\": \"NOOKcolor\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Barnes & Noble, Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"nook color\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"NOOKcolor\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"adds-usb-support-for-devices-(vendor\": \"0x2080)\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"7\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:8\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"8\": {\r\n\t\t\t\t\"id\": \"KYOCERA Corporation:DTS Add-On:8\",\r\n\t\t\t\t\"name\": \"DTS Add-On\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"KYOCERA Corporation\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"DTS Add-On\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.kyocera.dualscreen\": {\r\n\t\t\t\t\t\t\"jar\": \"dualscreen.jar\",\r\n\t\t\t\t\t\t\"description\": \"Dual Screen optional platform library\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"DTS400\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"DTS800\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"9\": {\r\n\t\t\t\t\"id\": \"LGE:Real3D Add-On:8\",\r\n\t\t\t\t\"name\": \"Real3D Add-On\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"LGE\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Real3D add-on\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.lge.real3d\": {\r\n\t\t\t\t\t\t\"jar\": \"real3d.jar\",\r\n\t\t\t\t\t\t\"description\": \"Real3D library\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"Optimus3D\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"10\": {\r\n\t\t\t\t\"id\": \"Samsung Electronics Co., Ltd.:GALAXY Tab Addon:8\",\r\n\t\t\t\t\"name\": \"GALAXY Tab Addon\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Samsung Electronics Co., Ltd.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"GALAXY Tab\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-8/android.jar\",\r\n\t\t\t\t\"supported\": false,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-8/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"11\": {\r\n\t\t\t\t\"id\": \"android-10\",\r\n\t\t\t\t\"name\": \"Android 2.3.3\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"10\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-10\",\r\n\t\t\t\t\"version\": \"2.3.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-10/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-10/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"12\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:10\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.3.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-10/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-10/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"13\": {\r\n\t\t\t\t\"id\": \"KYOCERA Corporation:DTS Add-On:10\",\r\n\t\t\t\t\"name\": \"DTS Add-On\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"KYOCERA Corporation\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"DTS Add-On\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.kyocera.dualscreen\": {\r\n\t\t\t\t\t\t\"jar\": \"dualscreen.jar\",\r\n\t\t\t\t\t\t\"description\": \"Dual Screen optional platform library\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"DTS400\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"DTS800\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.3.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-10/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-10/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"14\": {\r\n\t\t\t\t\"id\": \"LGE:Real3D Add-On:10\",\r\n\t\t\t\t\"name\": \"Real3D Add-On\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"LGE\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Real3D add-on\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.lge.real3d\": {\r\n\t\t\t\t\t\t\"jar\": \"real3d.jar\",\r\n\t\t\t\t\t\t\"description\": \"Real3D library\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"Optimus3D\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.3.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-10/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-10/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"15\": {\r\n\t\t\t\t\"id\": \"Sony Ericsson Mobile Communications AB:EDK 1.2:10\",\r\n\t\t\t\t\"name\": \"EDK 1.2\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Sony Ericsson Mobile Communications AB\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"XPERIA Device\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.sonyericsson.media.infinite.extension_1\": {\r\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.media.infinite.extension_1.jar\",\r\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.sonyericsson.eventstream_1\": {\r\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.eventstream.jar\",\r\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.sonyericsson.eventstream_2\": {\r\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.eventstream.jar\",\r\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"HVGA_XPERIA\",\r\n\t\t\t\t\t\"WVGA_XPERIA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"2.3.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-10/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-10/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"16\": {\r\n\t\t\t\t\"id\": \"android-11\",\r\n\t\t\t\t\"name\": \"Android 3.0\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"11\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WXGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-11\",\r\n\t\t\t\t\"version\": \"3.0\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-11/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-11/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"17\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:11\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"3.0\",\r\n\t\t\t\t\t\"api-level\": \"11\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WXGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"3.0\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-11/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-11/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"18\": {\r\n\t\t\t\t\"id\": \"android-12\",\r\n\t\t\t\t\"name\": \"Android 3.1\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"12\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WXGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-12\",\r\n\t\t\t\t\"version\": \"3.1\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-12/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-12/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"19\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:12\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"3.1\",\r\n\t\t\t\t\t\"api-level\": \"12\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WXGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"3.1\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-12/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-12/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"20\": {\r\n\t\t\t\t\"id\": \"android-13\",\r\n\t\t\t\t\"name\": \"Android 3.2\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"13\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WXGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-13\",\r\n\t\t\t\t\"version\": \"3.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-13/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-13/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"21\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:13\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"3.2\",\r\n\t\t\t\t\t\"api-level\": \"13\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WXGA\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"3.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-13/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-13/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"22\": {\r\n\t\t\t\t\"id\": \"android-14\",\r\n\t\t\t\t\"name\": \"Android 4.0\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"14\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-14\",\r\n\t\t\t\t\"version\": \"4.0\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-14/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-14/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"23\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:14\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.0\",\r\n\t\t\t\t\t\"api-level\": \"14\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": null,\r\n\t\t\t\t\"version\": \"4.0\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-14/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-14/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"24\": {\r\n\t\t\t\t\"id\": \"android-15\",\r\n\t\t\t\t\"name\": \"Android 4.0.3\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"15\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-15\",\r\n\t\t\t\t\"version\": \"4.0.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-15/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-15/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"25\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:15\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.0.3\",\r\n\t\t\t\t\t\"api-level\": \"15\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.media.effects\": {\r\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\r\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/add-ons/addon-google_apis-google_inc_-15\",\r\n\t\t\t\t\"version\": \"4.0.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-15/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-15/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"26\": {\r\n\t\t\t\t\"id\": \"android-16\",\r\n\t\t\t\t\"name\": \"Android 4.1.2\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"16\",\r\n\t\t\t\t\"revision\": \"4\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"WXGA800\",\r\n\t\t\t\t\t\"WXGA800-7in\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-16\",\r\n\t\t\t\t\"version\": \"4.1.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-16/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-16/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"27\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:16\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.1.2\",\r\n\t\t\t\t\t\"api-level\": \"16\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.media.effects\": {\r\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\r\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WXGA800-7in\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/add-ons/addon-google_apis-google-16\",\r\n\t\t\t\t\"version\": \"4.1.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-16/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-16/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"28\": {\r\n\t\t\t\t\"id\": \"android-17\",\r\n\t\t\t\t\"name\": \"Android 4.2.2\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"17\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"WXGA800\",\r\n\t\t\t\t\t\"WXGA800-7in\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\",\r\n\t\t\t\t\t\"mips\",\r\n\t\t\t\t\t\"x86\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-17\",\r\n\t\t\t\t\"version\": \"4.2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-17/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-17/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"29\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:17\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.2.2\",\r\n\t\t\t\t\t\"api-level\": \"17\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.media.effects\": {\r\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\r\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WXGA800-7in\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/add-ons/addon-google_apis-google-17\",\r\n\t\t\t\t\"version\": \"4.2.2\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-17/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-17/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"30\": {\r\n\t\t\t\t\"id\": \"android-18\",\r\n\t\t\t\t\"name\": \"Android 4.3\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"18\",\r\n\t\t\t\t\"revision\": \"2\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"WXGA800\",\r\n\t\t\t\t\t\"WXGA800-7in\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-18\",\r\n\t\t\t\t\"version\": \"4.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-18/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-18/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"31\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:18\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"3\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.3\",\r\n\t\t\t\t\t\"api-level\": \"18\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.media.effects\": {\r\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\r\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WXGA800-7in\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/add-ons/addon-google_apis-google-18\",\r\n\t\t\t\t\"version\": \"4.3\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-18/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-18/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"32\": {\r\n\t\t\t\t\"id\": \"android-19\",\r\n\t\t\t\t\"name\": \"Android 4.4\",\r\n\t\t\t\t\"type\": \"platform\",\r\n\t\t\t\t\"api-level\": \"19\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"WXGA800\",\r\n\t\t\t\t\t\"WXGA800-7in\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/platforms/android-19\",\r\n\t\t\t\t\"version\": \"4.4\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-19/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-19/framework.aidl\"\r\n\t\t\t},\r\n\t\t\t\"33\": {\r\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:19\",\r\n\t\t\t\t\"name\": \"Google APIs\",\r\n\t\t\t\t\"type\": \"add-on\",\r\n\t\t\t\t\"vendor\": \"Google Inc.\",\r\n\t\t\t\t\"revision\": \"1\",\r\n\t\t\t\t\"description\": \"Android + Google APIs\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.4\",\r\n\t\t\t\t\t\"api-level\": \"19\"\r\n\t\t\t\t},\r\n\t\t\t\t\"libraries\": {\r\n\t\t\t\t\t\"com.google.android.media.effects\": {\r\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\r\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\r\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"com.google.android.maps\": {\r\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\r\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"skins\": [\r\n\t\t\t\t\t\"WVGA854\",\r\n\t\t\t\t\t\"WQVGA400\",\r\n\t\t\t\t\t\"WSVGA\",\r\n\t\t\t\t\t\"WXGA800-7in\",\r\n\t\t\t\t\t\"WXGA720\",\r\n\t\t\t\t\t\"HVGA\",\r\n\t\t\t\t\t\"WQVGA432\",\r\n\t\t\t\t\t\"WVGA800\",\r\n\t\t\t\t\t\"QVGA\",\r\n\t\t\t\t\t\"WXGA800\"\r\n\t\t\t\t],\r\n\t\t\t\t\"abis\": [\r\n\t\t\t\t\t\"armeabi-v7a\"\r\n\t\t\t\t],\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"path\": \"/Users/pwang/android-sdks/add-ons/addon-google_apis-google-19\",\r\n\t\t\t\t\"version\": \"4.4\",\r\n\t\t\t\t\"androidJar\": \"/Users/pwang/android-sdks/platforms/android-19/android.jar\",\r\n\t\t\t\t\"supported\": true,\r\n\t\t\t\t\"aidl\": \"/Users/pwang/android-sdks/platforms/android-19/framework.aidl\"\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"issues\": [\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __Android 2.1 (android-7)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:7)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __Android 2.2 (android-8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __NOOKcolor (Barnes & Noble, Inc.:NOOKcolor:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __NOOKcolor (Barnes & Noble, Inc.:NOOKcolor:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __NOOKcolor (Barnes & Noble, Inc.:NOOKcolor:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __DTS Add-On (KYOCERA Corporation:DTS Add-On:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __Real3D Add-On (LGE:Real3D Add-On:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"Android API __GALAXY Tab Addon (Samsung Electronics Co., Ltd.:GALAXY Tab Addon:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"ANDROID_INVALID_EMULATOR\",\r\n\t\t\t\t\"type\": \"warning\",\r\n\t\t\t\t\"message\": \"The Android emulator \\\"titanium_7_WVGA800\\\" has a problem:\\nInvalid value in image.sysdir. Run 'android update avd -n titanium_7_WVGA800'\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"title\": \"Android\",\r\n\t\t\"tisdk\": \"3.2.0\",\r\n\t\t\"devices\": [\r\n\t\t\t{\r\n\t\t\t\t\"id\": \"TA25802NNX\",\r\n\t\t\t\t\"state\": \"device\",\r\n\t\t\t\t\"sdk\": \"16\",\r\n\t\t\t\t\"release\": \"4.1.2\",\r\n\t\t\t\t\"model\": \"DROID RAZR HD\",\r\n\t\t\t\t\"brand\": \"motorola\",\r\n\t\t\t\t\"name\": \"DROID RAZR HD\",\r\n\t\t\t\t\"device\": \"vanquish\",\r\n\t\t\t\t\"abi\": [\r\n\t\t\t\t\t\"armeabi-v7a\",\r\n\t\t\t\t\t\"armeabi\"\r\n\t\t\t\t],\r\n\t\t\t\t\"manufacturer\": \"motorola\",\r\n\t\t\t\t\"emulator\": false\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"emulators\": [\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"android3.1\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/android3.1.avd\",\r\n\t\t\t\t\"target\": \"Android 3.1 (API level 12)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WXGA\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"3.1\",\r\n\t\t\t\t\"id\": \"android3.1\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"android4.0\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/android4.0.avd\",\r\n\t\t\t\t\"target\": \"Android 4.0 (API level 14)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.0\",\r\n\t\t\t\t\"id\": \"android4.0\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"android4.4\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/android4.4.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.4\",\r\n\t\t\t\t\t\"api-level\": \"19\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"768x1280\",\r\n\t\t\t\t\"sdcard\": \"200M\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"4.4\",\r\n\t\t\t\t\"id\": \"android4.4\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"NOOKcolor\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/NOOKcolor.avd\",\r\n\t\t\t\t\"target\": \"NOOKcolor (Barnes & Noble, Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"NOOKcolor\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"NOOKcolor\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_11_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_11_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 2.3.3 (API level 10)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_11_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.3.3\",\r\n\t\t\t\t\"id\": \"titanium_11_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_11_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_11_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Android 2.3.3 (API level 10)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_11_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.3.3\",\r\n\t\t\t\t\"id\": \"titanium_11_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_12_WQVGA400\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_12_WQVGA400.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WQVGA400\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_12_WQVGA400.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.3.3\",\r\n\t\t\t\t\"id\": \"titanium_12_WQVGA400\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_12_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_12_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_12_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.3.3\",\r\n\t\t\t\t\"id\": \"titanium_12_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_12_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_12_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.3.3\",\r\n\t\t\t\t\t\"api-level\": \"10\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_12_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.3.3\",\r\n\t\t\t\t\"id\": \"titanium_12_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_16_WXGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_16_WXGA.avd\",\r\n\t\t\t\t\"target\": \"Android 3.0 (API level 11)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WXGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_16_WXGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"3.0\",\r\n\t\t\t\t\"id\": \"titanium_16_WXGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_19_WXGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_19_WXGA.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"3.1\",\r\n\t\t\t\t\t\"api-level\": \"12\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WXGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_19_WXGA.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"3.1\",\r\n\t\t\t\t\"id\": \"titanium_19_WXGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_20_WXGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_20_WXGA.avd\",\r\n\t\t\t\t\"target\": \"Android 3.2 (API level 13)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WXGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_20_WXGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"3.2\",\r\n\t\t\t\t\"id\": \"titanium_20_WXGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_22_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_22_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 4.0 (API level 14)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_22_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.0\",\r\n\t\t\t\t\"id\": \"titanium_22_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_22_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_22_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Android 4.0 (API level 14)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_22_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.0\",\r\n\t\t\t\t\"id\": \"titanium_22_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_22_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_22_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"Android 4.0 (API level 14)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_22_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.0\",\r\n\t\t\t\t\"id\": \"titanium_22_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_23_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_23_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.0\",\r\n\t\t\t\t\t\"api-level\": \"14\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_23_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"4.0\",\r\n\t\t\t\t\"id\": \"titanium_23_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_23_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_23_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"4.0\",\r\n\t\t\t\t\t\"api-level\": \"14\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_23_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"4.0\",\r\n\t\t\t\t\"id\": \"titanium_23_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_24_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_24_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 4.0.3 (API level 15)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_24_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.0.3\",\r\n\t\t\t\t\"id\": \"titanium_24_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_24_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_24_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Android 4.0.3 (API level 15)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_24_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.0.3\",\r\n\t\t\t\t\"id\": \"titanium_24_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_26_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_26_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 4.1.2 (API level 16)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_26_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.1.2\",\r\n\t\t\t\t\"id\": \"titanium_26_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_26_HVGA_armeabi-v7a\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_26_HVGA_armeabi-v7a.avd\",\r\n\t\t\t\t\"target\": \"Android 4.2.2 (API level 17)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_26_HVGA_armeabi-v7a.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.2.2\",\r\n\t\t\t\t\"id\": \"titanium_26_HVGA_armeabi-v7a\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_26_QVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_26_QVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 4.1.2 (API level 16)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"QVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_26_QVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.1.2\",\r\n\t\t\t\t\"id\": \"titanium_26_QVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_26_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_26_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Android 4.1.2 (API level 16)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_26_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.1.2\",\r\n\t\t\t\t\"id\": \"titanium_26_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_26_WVGA800_armeabi-v7a\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_26_WVGA800_armeabi-v7a.avd\",\r\n\t\t\t\t\"target\": \"Android 4.2.2 (API level 17)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_26_WVGA800_armeabi-v7a.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.2.2\",\r\n\t\t\t\t\"id\": \"titanium_26_WVGA800_armeabi-v7a\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_26_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_26_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"Android 4.1.2 (API level 16)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_26_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.1.2\",\r\n\t\t\t\t\"id\": \"titanium_26_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_28_HVGA_armeabi-v7a\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_28_HVGA_armeabi-v7a.avd\",\r\n\t\t\t\t\"target\": \"Android 4.2.2 (API level 17)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_28_HVGA_armeabi-v7a.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.2.2\",\r\n\t\t\t\t\"id\": \"titanium_28_HVGA_armeabi-v7a\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_28_WVGA800_armeabi-v7a\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_28_WVGA800_armeabi-v7a.avd\",\r\n\t\t\t\t\"target\": \"Android 4.2.2 (API level 17)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_28_WVGA800_armeabi-v7a.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.2.2\",\r\n\t\t\t\t\"id\": \"titanium_28_WVGA800_armeabi-v7a\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_30_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_30_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 4.3 (API level 18)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_30_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.3\",\r\n\t\t\t\t\"id\": \"titanium_30_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_30_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_30_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Android 4.3 (API level 18)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_30_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.3\",\r\n\t\t\t\t\"id\": \"titanium_30_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_30_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_30_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"Android 4.3 (API level 18)\",\r\n\t\t\t\t\"abi\": \"armeabi-v7a\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_30_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"4.3\",\r\n\t\t\t\t\"id\": \"titanium_30_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_3_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_3_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Android 2.1 (API level 7)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"HVGA\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_3_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.1\",\r\n\t\t\t\t\"id\": \"titanium_3_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_3_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_3_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Android 2.2 (API level 8)\",\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_3_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_3_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_4_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_4_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WQVGA400\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_4_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_4_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_5_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_5_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"NOOKcolor (Barnes & Noble, Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_5_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_5_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_6_HVGA\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_6_HVGA.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_6_HVGA.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_6_HVGA\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_7_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_7_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_7_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_7_WVGA854\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_8_NOOKcolor\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_8_NOOKcolor.avd\",\r\n\t\t\t\t\"target\": \"NOOKcolor (Barnes & Noble, Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"NOOKcolor\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_8_NOOKcolor.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_8_NOOKcolor\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_8_WVGA800\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_8_WVGA800.avd\",\r\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA800\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_8_WVGA800.sdcard\",\r\n\t\t\t\t\"googleApis\": true,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_8_WVGA800\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"type\": \"avd\",\r\n\t\t\t\t\"name\": \"titanium_8_WVGA854\",\r\n\t\t\t\t\"path\": \"/Users/pwang/.android/avd/titanium_8_WVGA854.avd\",\r\n\t\t\t\t\"target\": \"NOOKcolor (Barnes & Noble, Inc.)\",\r\n\t\t\t\t\"based-on\": {\r\n\t\t\t\t\t\"android-version\": \"2.2\",\r\n\t\t\t\t\t\"api-level\": \"8\"\r\n\t\t\t\t},\r\n\t\t\t\t\"abi\": \"armeabi\",\r\n\t\t\t\t\"skin\": \"WVGA854\",\r\n\t\t\t\t\"sdcard\": \"/Users/pwang/.titanium/titanium_8_WVGA854.sdcard\",\r\n\t\t\t\t\"googleApis\": false,\r\n\t\t\t\t\"sdk-version\": \"2.2\",\r\n\t\t\t\t\"id\": \"titanium_8_WVGA854\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: NPE when running Android app in a distribution or debug version", "creator": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 22, "state": "closed", "name": "2013 Sprint 23", "startDate": "2013-11-04T23:11:21.521Z", "endDate": "2013-11-16T04:11:00.000Z", "completeDate": "2013-11-21T16:47:18.248Z" } ], "comment": { "comments": [ { "id": "279611", "author": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This happens because the \"path\" variable in \"ti info\" output for add-ons is set to null. We could fix Studio to avoid the NPE, but it still won't make the launch run since it needs to know the path. So assigning to Chris to address the issue on CLI end.", "updateAuthor": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-14T19:57:21.000+0000", "updated": "2013-11-14T19:57:21.000+0000" }, { "id": "279640", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Turns out that some addons use \"Addon.Name\" and \"Addon.Vendor\" instead of \"Addon.NameDisplay\" and \"Addon.VendorDisplay\".\n\nPull request: https://github.com/appcelerator/titanium_mobile/pull/4974", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-14T22:25:55.000+0000", "updated": "2013-11-14T22:25:55.000+0000" }, { "id": "280135", "author": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here is the output of \"ti info -o json -t android\" for the same issue Deepti reported in TISTUD-5744:\n\n{code}\n\t\"android\": {\n\t\t\"linux64bit\": null,\n\t\t\"sdk\": {\n\t\t\t\"path\": \"/Applications/androidsdk\",\n\t\t\t\"executables\": {\n\t\t\t\t\"adb\": \"/Applications/androidsdk/platform-tools/adb\",\n\t\t\t\t\"android\": \"/Applications/androidsdk/tools/android\",\n\t\t\t\t\"emulator\": \"/Applications/androidsdk/tools/emulator\",\n\t\t\t\t\"mksdcard\": \"/Applications/androidsdk/tools/mksdcard\",\n\t\t\t\t\"zipalign\": \"/Applications/androidsdk/tools/zipalign\",\n\t\t\t\t\"aapt\": \"/Applications/androidsdk/build-tools/18.1.1/aapt\",\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/build-tools/18.1.1/aidl\",\n\t\t\t\t\"dx\": \"/Applications/androidsdk/build-tools/18.1.1/dx\"\n\t\t\t},\n\t\t\t\"dx\": \"/Applications/androidsdk/build-tools/18.1.1/lib/dx.jar\",\n\t\t\t\"proguard\": \"/Applications/androidsdk/tools/proguard/lib/proguard.jar\",\n\t\t\t\"tools\": {\n\t\t\t\t\"path\": \"/Applications/androidsdk/tools\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"version\": \"20.0.1\"\n\t\t\t},\n\t\t\t\"platformTools\": {\n\t\t\t\t\"path\": \"/Applications/androidsdk/platform-tools\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"version\": \"14\"\n\t\t\t},\n\t\t\t\"buildTools\": {\n\t\t\t\t\"path\": \"/Applications/androidsdk/build-tools/18.1.1\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"version\": \"18.1.1\"\n\t\t\t}\n\t\t},\n\t\t\"ndk\": null,\n\t\t\"home\": \"/Users/global/.android\",\n\t\t\"detectVersion\": \"2.0\",\n\t\t\"vendorDependencies\": {\n\t\t\t\"android sdk\": \">=10 <=19\",\n\t\t\t\"android build tools\": \">=17 <19.x\",\n\t\t\t\"android platform tools\": \">=17 <=19.x\",\n\t\t\t\"android tools\": \"22.x\",\n\t\t\t\"android ndk\": \">=r8e <=r9\",\n\t\t\t\"node\": \">0.8.0 <=0.10.x\",\n\t\t\t\"java\": \"<=1.7.x\"\n\t\t},\n\t\t\"targets\": {\n\t\t\t\"1\": {\n\t\t\t\t\"id\": \"android-3\",\n\t\t\t\t\"name\": \"Android 1.5\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"3\",\n\t\t\t\t\"revision\": \"4\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"HVGA-L\",\n\t\t\t\t\t\"HVGA-P\",\n\t\t\t\t\t\"QVGA-L\",\n\t\t\t\t\t\"QVGA-P\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-3\",\n\t\t\t\t\"version\": \"1.5\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-3/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-3/framework.aidl\"\n\t\t\t},\n\t\t\t\"2\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:3\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"1.5\",\n\t\t\t\t\t\"api-level\": \"3\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"QVGA-P\",\n\t\t\t\t\t\"HVGA-L\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA-L\",\n\t\t\t\t\t\"HVGA-P\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-3\",\n\t\t\t\t\"version\": \"1.5\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-3/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-3/framework.aidl\"\n\t\t\t},\n\t\t\t\"3\": {\n\t\t\t\t\"id\": \"android-4\",\n\t\t\t\t\"name\": \"Android 1.6\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"4\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-4\",\n\t\t\t\t\"version\": \"1.6\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-4/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-4/framework.aidl\"\n\t\t\t},\n\t\t\t\"4\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:4\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"1.6\",\n\t\t\t\t\t\"api-level\": \"4\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-4\",\n\t\t\t\t\"version\": \"1.6\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-4/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-4/framework.aidl\"\n\t\t\t},\n\t\t\t\"5\": {\n\t\t\t\t\"id\": \"android-7\",\n\t\t\t\t\"name\": \"Android 2.1\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"7\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-7\",\n\t\t\t\t\"version\": \"2.1\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-7/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-7/framework.aidl\"\n\t\t\t},\n\t\t\t\"6\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:7\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.1\",\n\t\t\t\t\t\"api-level\": \"7\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-7\",\n\t\t\t\t\"version\": \"2.1\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-7/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-7/framework.aidl\"\n\t\t\t},\n\t\t\t\"7\": {\n\t\t\t\t\"id\": \"android-8\",\n\t\t\t\t\"name\": \"Android 2.2\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"8\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-8\",\n\t\t\t\t\"version\": \"2.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-8/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-8/framework.aidl\"\n\t\t\t},\n\t\t\t\"8\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:8\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.2\",\n\t\t\t\t\t\"api-level\": \"8\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-8\",\n\t\t\t\t\"version\": \"2.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-8/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-8/framework.aidl\"\n\t\t\t},\n\t\t\t\"9\": {\n\t\t\t\t\"id\": \"KYOCERA Corporation:DTS Add-On:8\",\n\t\t\t\t\"name\": \"DTS Add-On\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"KYOCERA Corporation\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"DTS Add-On\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.2\",\n\t\t\t\t\t\"api-level\": \"8\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.kyocera.dualscreen\": {\n\t\t\t\t\t\t\"jar\": \"dualscreen.jar\",\n\t\t\t\t\t\t\"description\": \"Dual Screen optional platform library\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"DTS400\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"DTS800\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": null,\n\t\t\t\t\"version\": \"2.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-8/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-8/framework.aidl\"\n\t\t\t},\n\t\t\t\"10\": {\n\t\t\t\t\"id\": \"LGE:Real3D Add-On:8\",\n\t\t\t\t\"name\": \"Real3D Add-On\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"LGE\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Real3D add-on\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.2\",\n\t\t\t\t\t\"api-level\": \"8\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.lge.real3d\": {\n\t\t\t\t\t\t\"jar\": \"real3d.jar\",\n\t\t\t\t\t\t\"description\": \"Real3D library\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"Optimus3D\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": null,\n\t\t\t\t\"version\": \"2.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-8/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-8/framework.aidl\"\n\t\t\t},\n\t\t\t\"11\": {\n\t\t\t\t\"id\": \"Samsung Electronics Co., Ltd.:GALAXY Tab Addon:8\",\n\t\t\t\t\"name\": \"GALAXY Tab Addon\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Samsung Electronics Co., Ltd.\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.2\",\n\t\t\t\t\t\"api-level\": \"8\"\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"GALAXY Tab\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": null,\n\t\t\t\t\"version\": \"2.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-8/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-8/framework.aidl\"\n\t\t\t},\n\t\t\t\"12\": {\n\t\t\t\t\"id\": \"android-10\",\n\t\t\t\t\"name\": \"Android 2.3.3\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"10\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\",\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-10\",\n\t\t\t\t\"version\": \"2.3.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-10/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-10/framework.aidl\"\n\t\t\t},\n\t\t\t\"13\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:10\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.3.3\",\n\t\t\t\t\t\"api-level\": \"10\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-10\",\n\t\t\t\t\"version\": \"2.3.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-10/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-10/framework.aidl\"\n\t\t\t},\n\t\t\t\"14\": {\n\t\t\t\t\"id\": \"Intel Corporation:Intel Atom x86 System Image:10\",\n\t\t\t\t\"name\": \"Intel Atom x86 System Image\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Intel Corporation\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Intel Atom x86 System Image\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.3.3\",\n\t\t\t\t\t\"api-level\": \"10\"\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-intel_atom_x86_system_image-intel_corporation-10\",\n\t\t\t\t\"version\": \"2.3.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-10/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-10/framework.aidl\"\n\t\t\t},\n\t\t\t\"15\": {\n\t\t\t\t\"id\": \"KYOCERA Corporation:DTS Add-On:10\",\n\t\t\t\t\"name\": \"DTS Add-On\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"KYOCERA Corporation\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"DTS Add-On\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.3.3\",\n\t\t\t\t\t\"api-level\": \"10\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.kyocera.dualscreen\": {\n\t\t\t\t\t\t\"jar\": \"dualscreen.jar\",\n\t\t\t\t\t\t\"description\": \"Dual Screen optional platform library\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"DTS400\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"DTS800\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": null,\n\t\t\t\t\"version\": \"2.3.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-10/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-10/framework.aidl\"\n\t\t\t},\n\t\t\t\"16\": {\n\t\t\t\t\"id\": \"LGE:Real3D Add-On:10\",\n\t\t\t\t\"name\": \"Real3D Add-On\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"LGE\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Real3D add-on\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.3.3\",\n\t\t\t\t\t\"api-level\": \"10\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.lge.real3d\": {\n\t\t\t\t\t\t\"jar\": \"real3d.jar\",\n\t\t\t\t\t\t\"description\": \"Real3D library\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"Optimus3D\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": null,\n\t\t\t\t\"version\": \"2.3.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-10/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-10/framework.aidl\"\n\t\t\t},\n\t\t\t\"17\": {\n\t\t\t\t\"id\": \"Sony Mobile Communications AB:EDK 2.0:10\",\n\t\t\t\t\"name\": \"EDK 2.0\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Sony Mobile Communications AB\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"SDK for Xperia(TM) Open APIs: Timescape(TM), Music Infinite, SmartKey, and Smart Extension\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.3.3\",\n\t\t\t\t\t\"api-level\": \"10\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.sonyericsson.media.infinite.extension_1\": {\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.media.infinite.extension_1.jar\",\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.sonyericsson.eventstream_3\": {\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.eventstream.jar\",\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.sonyericsson.eventstream_1\": {\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.eventstream.jar\",\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.sonyericsson.eventstream_2\": {\n\t\t\t\t\t\t\"jar\": \"com.sonyericsson.eventstream.jar\",\n\t\t\t\t\t\t\"description\": \"Library for Android Market filtering\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WXGA_XPERIA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"HVGA_XPERIA\",\n\t\t\t\t\t\"WVGA_XPERIA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": null,\n\t\t\t\t\"version\": \"2.3.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-10/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-10/framework.aidl\"\n\t\t\t},\n\t\t\t\"18\": {\n\t\t\t\t\"id\": \"android-11\",\n\t\t\t\t\"name\": \"Android 3.0\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"11\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WXGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-11\",\n\t\t\t\t\"version\": \"3.0\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-11/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-11/framework.aidl\"\n\t\t\t},\n\t\t\t\"19\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:11\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"3.0\",\n\t\t\t\t\t\"api-level\": \"11\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WXGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-11\",\n\t\t\t\t\"version\": \"3.0\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-11/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-11/framework.aidl\"\n\t\t\t},\n\t\t\t\"20\": {\n\t\t\t\t\"id\": \"android-12\",\n\t\t\t\t\"name\": \"Android 3.1\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"12\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WXGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-12\",\n\t\t\t\t\"version\": \"3.1\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-12/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-12/framework.aidl\"\n\t\t\t},\n\t\t\t\"21\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:12\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"3.1\",\n\t\t\t\t\t\"api-level\": \"12\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WXGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-12\",\n\t\t\t\t\"version\": \"3.1\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-12/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-12/framework.aidl\"\n\t\t\t},\n\t\t\t\"22\": {\n\t\t\t\t\"id\": \"android-13\",\n\t\t\t\t\"name\": \"Android 3.2\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"13\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WXGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-13\",\n\t\t\t\t\"version\": \"3.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-13/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-13/framework.aidl\"\n\t\t\t},\n\t\t\t\"23\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:13\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"1\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"3.2\",\n\t\t\t\t\t\"api-level\": \"13\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WXGA\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-13\",\n\t\t\t\t\"version\": \"3.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-13/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-13/framework.aidl\"\n\t\t\t},\n\t\t\t\"24\": {\n\t\t\t\t\"id\": \"android-14\",\n\t\t\t\t\"name\": \"Android 4.0\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"14\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-14\",\n\t\t\t\t\"version\": \"4.0\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-14/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-14/framework.aidl\"\n\t\t\t},\n\t\t\t\"25\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:14\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"4.0\",\n\t\t\t\t\t\"api-level\": \"14\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WXGA800\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-14\",\n\t\t\t\t\"version\": \"4.0\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-14/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-14/framework.aidl\"\n\t\t\t},\n\t\t\t\"26\": {\n\t\t\t\t\"id\": \"android-15\",\n\t\t\t\t\"name\": \"Android 4.0.3\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"15\",\n\t\t\t\t\"revision\": \"3\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"mips\",\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-15\",\n\t\t\t\t\"version\": \"4.0.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-15/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-15/framework.aidl\"\n\t\t\t},\n\t\t\t\"27\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:15\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"4.0.3\",\n\t\t\t\t\t\"api-level\": \"15\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.media.effects\": {\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WXGA800\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-15\",\n\t\t\t\t\"version\": \"4.0.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-15/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-15/framework.aidl\"\n\t\t\t},\n\t\t\t\"28\": {\n\t\t\t\t\"id\": \"Motorola Mobility, LLC.:ICS_R2:15\",\n\t\t\t\t\"name\": \"ICS_R2\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Motorola Mobility, LLC.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android 4.0.4 phone\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"4.0.3\",\n\t\t\t\t\t\"api-level\": \"15\"\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"ATRIX-HD\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WXGA800\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-ics_r2-motorola_mobility_llc-15\",\n\t\t\t\t\"version\": \"4.0.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-15/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-15/framework.aidl\"\n\t\t\t},\n\t\t\t\"29\": {\n\t\t\t\t\"id\": \"android-16\",\n\t\t\t\t\"name\": \"Android 4.1.2\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"16\",\n\t\t\t\t\"revision\": \"4\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"mips\",\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-16\",\n\t\t\t\t\"version\": \"4.1.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-16/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-16/framework.aidl\"\n\t\t\t},\n\t\t\t\"30\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:16\",\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"4.1.2\",\n\t\t\t\t\t\"api-level\": \"16\"\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.google.android.media.effects\": {\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WXGA800-7in\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WXGA800\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/add-ons/addon-google_apis-google-16\",\n\t\t\t\t\"version\": \"4.1.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-16/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-16/framework.aidl\"\n\t\t\t},\n\t\t\t\"31\": {\n\t\t\t\t\"id\": \"android-17\",\n\t\t\t\t\"name\": \"Android 4.2.2\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"17\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"mips\",\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-17\",\n\t\t\t\t\"version\": \"4.2.2\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-17/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-17/framework.aidl\"\n\t\t\t},\n\t\t\t\"32\": {\n\t\t\t\t\"id\": \"android-18\",\n\t\t\t\t\"name\": \"Android 4.3\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": \"18\",\n\t\t\t\t\"revision\": \"2\",\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"path\": \"/Applications/androidsdk/platforms/android-18\",\n\t\t\t\t\"version\": \"4.3\",\n\t\t\t\t\"androidJar\": \"/Applications/androidsdk/platforms/android-18/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Applications/androidsdk/platforms/android-18/framework.aidl\"\n\t\t\t}\n\t\t},\n\t\t\"issues\": [\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_NDK_NOT_FOUND\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Unable to locate an Android NDK.\\nWithout the NDK, you will not be able to build native Android Titanium modules.\\nIf you have already downloaded and installed the Android NDK, you can tell Titanium where the Android NDK is located by running '__titanium config android.ndkPath /path/to/android-ndk__', otherwise you can install it by running '__titanium setup android__' or manually downloading from __http://appcelerator.com/android-ndk__.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 1.5 (android-3)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:3)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 1.6 (android-4)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:4)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 2.1 (android-7)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:7)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 2.2 (android-8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __DTS Add-On (KYOCERA Corporation:DTS Add-On:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Real3D Add-On (LGE:Real3D Add-On:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __GALAXY Tab Addon (Samsung Electronics Co., Ltd.:GALAXY Tab Addon:8)__ is too old and is no longer supported by Titanium SDK 3.2.0.\\nThe minimum supported Android API level by Titanium SDK 3.2.0 is API level 10.\"\n\t\t\t}\n\t\t],\n\t\t\"tisdk\": \"3.2.0.v20131118142443\",\n\t\t\"devices\": [],\n\t\t\"emulators\": [\n\t\t\t{\n\t\t\t\t\"type\": \"avd\",\n\t\t\t\t\"name\": \"novenber233\",\n\t\t\t\t\"path\": \"/Users/global/.android/avd/novenber233.avd\",\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.3.3\",\n\t\t\t\t\t\"api-level\": \"10\"\n\t\t\t\t},\n\t\t\t\t\"abi\": \"armeabi\",\n\t\t\t\t\"skin\": \"WVGA800\",\n\t\t\t\t\"sdcard\": \"1G\",\n\t\t\t\t\"googleApis\": true,\n\t\t\t\t\"sdk-version\": \"2.3.3\",\n\t\t\t\t\"id\": \"novenber233\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"avd\",\n\t\t\t\t\"name\": \"titanium_1_WVGA800\",\n\t\t\t\t\"path\": \"/Users/global/.android/avd/titanium_1_WVGA800.avd\",\n\t\t\t\t\"target\": \"GALAXY Tab Addon (Samsung Electronics Co., Ltd.)\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"2.2\",\n\t\t\t\t\t\"api-level\": \"8\"\n\t\t\t\t},\n\t\t\t\t\"abi\": \"armeabi\",\n\t\t\t\t\"skin\": \"WVGA800\",\n\t\t\t\t\"sdcard\": \"128M\",\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"sdk-version\": \"2.2\",\n\t\t\t\t\"id\": \"titanium_1_WVGA800\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"avd\",\n\t\t\t\t\"name\": \"titanium_1_WVGA854\",\n\t\t\t\t\"path\": \"/Users/global/.android/avd/titanium_1_WVGA854.avd\",\n\t\t\t\t\"target\": \"Android 2.3.3 (API level 10)\",\n\t\t\t\t\"abi\": \"armeabi\",\n\t\t\t\t\"skin\": \"WVGA854\",\n\t\t\t\t\"sdcard\": \"/Users/global/.titanium/titanium_1_WVGA854.sdcard\",\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"sdk-version\": \"2.3.3\",\n\t\t\t\t\"id\": \"titanium_1_WVGA854\"\n\t\t\t}\n\t\t]\n\t}\n}\n\n{code}", "updateAuthor": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-19T06:39:37.000+0000", "updated": "2013-11-19T06:39:37.000+0000" }, { "id": "280136", "author": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The ones with null path value are \"KYOCERA Corporation:DTS Add-On:8\", \"Sony Mobile Communications AB:EDK 2.0:10\", etc.\n", "updateAuthor": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-19T06:40:49.000+0000", "updated": "2013-11-19T06:40:49.000+0000" }, { "id": "280245", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "I don't think we should do anything more regarding this issue. I already fixed the major bug in this ticket. The Kyocera and Sony add-ons are no longer distributed. Every other add-on I've tested works now. If we were to do anything, it would be to filter out add-ons with null paths (which Studio is doing anyways).", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-19T22:01:38.000+0000", "updated": "2013-11-19T22:01:38.000+0000" }, { "id": "280411", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue. I do not see any NPE for distribution & debug build.\r\nClosing.\r\n\r\nEnvironment:\r\nAppcel Studio : 3.2.0.201311200357\r\nTi SDK : 3.2.0.v20131119142443\r\nMac OSX : 10.8.5\r\nAlloy : 1.3.0\r\nCLI - 3.2.0-alpha\r\nDevice: Samsung Galaxy S4 running android 4.2.2", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-20T22:29:24.000+0000", "updated": "2013-11-20T22:29:24.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }