[Vue.js] Develop Android apps using Vue.js on WSL If you are enthusiastic about creating a development environment using this ...
sudo $ANDROID_HOME/tools/bin/sdkmanager "tools" "emulator" "platform-tools" "platforms;android-28" "build-tools;28.0.3" "extras;android;m2repository" "extras;google;m2repository"
Error: Could not find or load main class com.android.sdklib.tool.sdkmanager.SdkManagerCli
I got an error. According to my research, it doesn't work if the JDK is newer than 8. At this stage, the latest version of java14 was installed. Put it back in and try again!
However, it did not change. As a result of searching variously, I decided to upgrade the version of sdkmanager below.
Error: Main class com.android.sdklib.tool.sdkmanager.SdkManagerCli # 5304 not found or loaded
https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip After all, I replaced it with the downloaded tools and it worked.
I was really worried, but I'm sorry ... Or is there a way to use the latest one?
Recommended Posts