launch.json configuration settings for simulating common mobile devices in Adobe AIR - BowlerHatLLC/vscode-as3mxml GitHub Wiki

For convenience, this page collects launch.json configuration settings for simulating a number of common mobile devices in the Adobe AIR Debug Launcher. Please note that this page is not intended to provide a complete list of all available mobile devices on the market.

To learn how to use these settings in launch.json, visit Debug an Adobe AIR mobile application with Visual Studio Code.

Operating Systems

iOS

iPhone 3GS

"screensize": "iPhone",
"screenDPI": 163,
"versionPlatform": "IOS"

iPhone 4 and 4S

"screensize": "iPhoneRetina",
"screenDPI": 326,
"versionPlatform": "IOS"

iPhone 5 and 5S

"screensize": "iPhone5Retina",
"screenDPI": 326,
"versionPlatform": "IOS"

iPhone 6, 6S, and 7

"screensize": "iPhone6",
"screenDPI": 326,
"versionPlatform": "IOS"

iPhone 6 Plus, 6S Plus, and 7 Plus

"screensize": "iPhone6Plus",
"screenDPI": 401,
"versionPlatform": "IOS"

iPad 1 and 2

"screensize": "iPad",
"screenDPI": 132,
"versionPlatform": "IOS"

iPad 3+ and iPad Air

"screensize": "iPadRetina",
"screenDPI": 264,
"versionPlatform": "IOS"

iPad Pro (12-inch)

"screensize": "2048x2732:2048x2692",
"screenDPI": 264,
"versionPlatform": "IOS"

Android

Nexus One and Nexus S (hdpi)

"screensize": "NexusOne",
"screenDPI": 252,
"versionPlatform": "AND"

Galaxy Nexus (xhdpi)

"screensize": "720x1280:720x1232",
"screenDPI": 316,
"versionPlatform": "AND"

Nexus 4 (xhdpi)

"screensize": "768x1280:768x1232",
"screenDPI": 318,
"versionPlatform": "AND"

Nexus 5 (xxhdpi)

"screensize": "1080x1776:1080x1701",
"screenDPI": 445,
"versionPlatform": "AND"

Nexus 5X (xxhdpi)

"screensize": "1080x1776:1080x1701",
"screenDPI": 424,
"versionPlatform": "AND"

Nexus 6 (xxxhdpi)

"screensize": "1440x2560:1440x2392",
"screenDPI": 493,
"versionPlatform": "AND"

Nexus 6P (xxxhdpi)

"screensize": "1440x2560:1440x2392",
"screenDPI": 515,
"versionPlatform": "AND"

Nexus 7 tablet (2012) (tvdpi)

"screensize": "800x1280:800x1183",
"screenDPI": 216,
"versionPlatform": "AND"

Nexus 7 tablet (2013) (xhdpi)

"screensize": "1200x1920:1200x1824",
"screenDPI": 323,
"versionPlatform": "AND"

Nexus 9 tablet (xhdpi)

"screensize": "1536x2048:1536x1952",
"screenDPI": 288,
"versionPlatform": "AND"

Nexus 10 tablet (xhdpi)

"screensize": "1600x2560:1600x2464",
"screenDPI": 300,
"versionPlatform": "AND"