[JAVA] I was addicted to WSl when trying to build an android application development environment with Vue.js

memorandum

[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

I was addicted to WSl when trying to build an android application development environment with Vue.js
I tried to build an http2 development environment with Eclipse + Tomcat
Problems I was addicted to when building the digdag environment with docker
I tried to build a Firebase application development environment with Docker in 2020
What I was addicted to when trying to properly openAPI/Swagger documentation with Rails + Grape + Grape Swagger
I got an IllegalAccessError when trying to use PowerMock with JUnit
A note when I was addicted to converting Ubuntu on WSL1 to WSL2
What I was addicted to when updating the PHP version of the development environment (Docker) from 7.2.11 to 7.4.x
I tried to summarize the stumbling points when developing an Android application
01. I tried to build an environment with SpringBoot + IntelliJ + MySQL (MyBatis) (Windows10)
When I tried to build an environment of PHP7.4 + Apache + MySQL with Docker, I got stuck [Windows & Mac]
[Rails] How to build an environment with Docker
[First team development ②] Build an environment with Docker
Points I stumbled upon when creating an Android application [Updated from time to time]
SpringSecurity I was addicted to trying to log in with a hashed password (solved)
Build Java development environment with WSL2 Docker VS Code
How to build Java development environment with VS Code
I made an Android application that GETs with HTTP
I tried to build an environment using Docker (beginner)
A memo that I was addicted to when making batch processing with Spring Boot
I tried to create a java8 development environment with Chocolatey
What I was addicted to when introducing the JNI library
What I fixed when updating to Spring Boot 1.5.12 ・ What I was addicted to
Introduction to Android application development
What to do when you launch an application with rails
I was addicted to setting default_url_options with Rails devise introduction
Build docker environment with WSL
What I was addicted to with the Redmine REST API
How to build Rails, Postgres, ElasticSearch development environment with Docker
I tried to build the environment of WSL2 + Docker + VSCode
I tried to create a padrino development environment with Docker
The story I was addicted to when setting up STS
Technical causes and countermeasures for the points I was addicted to with the first Android app & Kotlin
How to build an environment with Docker, which is the minimum required to start a Rails application
I was angry with proc_open (): fork failed when trying to composer update inside a Docker container
I tried to take a look at the flow of Android development environment construction with Android Studio
Build Go development environment with WSL2 + Docker Desktop + VSCode (Remote --Containers)
Ruby on Rails --From environment construction to simple application development on WSL2
I tried to build the environment of PlantUML Server with Docker
Steps to build a Ruby on Rails development environment with Vagrant
I was addicted to starting sbt
Build environment with vue.js + rails + docker
Build jooby development environment with Eclipse
Memorandum: What I was addicted to when I hit the accounting freee API
[Rails] I was addicted to the nginx settings when using Action Cable.
A story I was addicted to when testing the API using MockMVC
My.cnf configuration problem that I was addicted to when I was touching MySQL 8.0 like 5.7
I was a little addicted to running old Ruby environment and old Rails
How to build a Ruby on Rails development environment with Docker (Rails 6.x)
I was addicted to unit testing with the buffer operator in RxJava
How to build a Ruby on Rails development environment with Docker (Rails 5.x)
Introduction to Java development environment & Spring Boot application created with VS Code
I installed WSL2 without using Microsoft Store and tried to build an environment where Docker can be used
What did I prepare for when I entered an Android application development project while developing the Web in Java?
Build a PureScript development environment with Docker
I was addicted to rewriting to @SpringApplicationConfiguration-> @SpringBootTest
I was addicted to the roll method
Build a Wordpress development environment with Docker
Build an environment with Docker on AWS
Build an Ultra96v2 development environment on Docker 1
How to build Rails 6 environment with Docker