CB-12546: leverage avdmanager if android warns it is no longer

useful, which happens in Android SDK Tools 25.3.1.
explicitly set the CWD of the spawned emulator process to workaround a recent google android sdk bug.
rename android_sdk_version.js to android_sdk.js, to better reflect its contents.
have create.js copy over the android_sdk_version batch file.
This commit is contained in:
filmaj
2017-03-07 17:04:11 -08:00
parent e2af492a63
commit a7ef686a27
4 changed files with 125 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
under the License.
*/
var android_sdk_version = require('./lib/android_sdk_version');
var android_sdk_version = require('./lib/android_sdk');
android_sdk_version.run().done(null, function(err) {
console.log(err);