Я использую Ubuntu 18.04.
Я установил Java 8, Android Studio и все зависимости, перечисленные здесь. Когда я запускаю < /p>
meteor run android-device< /code>
Я получаю следующую ошибку: < /p>
Your system does not yet seem to fulfill all requirements to build apps for Android.
Please follow the installation instructions in the mobile guide:
http://guide.meteor.com/mobile.html#ins ... requisites
Status of the individual requirements:
✓ Java JDK
✓ Android SDK
✗ Android target: avdmanager: Command failed with exit code 1
✓ Gradle
< /code>
java -version< /code> output: < /p>
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
< /code>
javac -version< /code> output: < /p>
javac 1.8.0_212
< /code>
I have tried both using AVD or a physical android phone but I get same error.
Another error I get by running AVD standalone is that AVD starts but the virtual phone screen remains black, never starts.
Подробнее здесь: https://stackoverflow.com/questions/564 ... ning-meteo