You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main:
Prepare for release 2.25.0.
Check in missing compiled js file.
Auto detect hardware acceleration on Linux (ReactiveCircus#254)
Build tools 33.0.0. Update test fixture dependencies.
Update Kotlin and AGP in test-fixture.
SDK command-line tools 7.0.
console.warn(`You're running a Linux VM where hardware acceleration is not available. Please consider using a macOS VM instead to take advantage of native hardware acceleration support provided by HAXM.`);
console.warn(`You're running a Linux VM where hardware acceleration is not available. Please consider using a macOS VM instead to take advantage of native hardware acceleration support provided by HAXM.`);
53
+
}
46
54
}
47
55
else{
48
56
thrownewError('Unsupported virtual machine: please use either macos or ubuntu VM.');
* Installs & updates the Android SDK for the macOS platform, including SDK platform for the chosen API level, latest build tools, platform tools, Android Emulator,
42
42
* and the system image for the chosen API level, CPU arch, and target.
`You're running a Linux VM where hardware acceleration is not available. Please consider using a macOS VM instead to take advantage of native hardware acceleration support provided by HAXM.`
`You're running a Linux VM where hardware acceleration is not available. Please consider using a macOS VM instead to take advantage of native hardware acceleration support provided by HAXM.`
35
+
);
36
+
}
30
37
}else{
31
38
thrownewError('Unsupported virtual machine: please use either macos or ubuntu VM.');
* Installs & updates the Android SDK for the macOS platform, including SDK platform for the chosen API level, latest build tools, platform tools, Android Emulator,
0 commit comments