Android: How To Solve The Emulator Error While Installing It On Ec2 Instance?
i am trying to run following command $ANDROID_HOME/tools/bin/sdkmanager 'emulator' getting error Warning: Failed to find package emulator trying to install android SDK viva co
Solution 1:
In my case, I can not install build-tools on an infrequent Ubuntu through cmdline-tools, I soluted by a special way, steps as follows:
1.Run ./sdkmanager "emulator" on another common Ubuntu which support.
2.Then a folder named emulator will be created at the sdk root path.
3.Copy this emulator folder to the previous Ubuntu at the same path.
4.Now, I can install build-tools through ./sdkmananger "build-tools;29.0.3" .
Post a Comment for "Android: How To Solve The Emulator Error While Installing It On Ec2 Instance?"