mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-12546: tweak parsing of avdmanager output to match the old output from android list avd. also explicitly set the CWD of the spawned emulator process to workaround a recent google android sdk bug.
This commit is contained in:
@@ -62,3 +62,17 @@ module.exports.run = function() {
|
||||
return Q.all([get_sdks()]);
|
||||
};
|
||||
|
||||
module.exports.version_string_to_api_level = {
|
||||
"4.0": 14,
|
||||
"4.0.3": 15,
|
||||
"4.1": 16,
|
||||
"4.2": 17,
|
||||
"4.3": 18,
|
||||
"4.4": 19,
|
||||
"4.4W": 20,
|
||||
"5.0": 21,
|
||||
"5.1": 22,
|
||||
"6.0": 23,
|
||||
"7.0": 24,
|
||||
"7.1": 25
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user