Challenges for setting environment
- shusrushabezugam
- Jan 16, 2019
- 1 min read
Updated: Apr 23, 2019
I Chose IntelliJ as my IDE instead of android studio. I downloaded Android SDK from Android tools. Imported the SDK into IntelliJ. But, had problem due to gap between my username in the PC, unable to set up the path. I refered to many solutions in internet but could'nt solve the problem.Later I had to create new user in my laptop and set everything from setting java path to installing all required software's. I created new environment. I started practicing Android development, creating empty android activity for creating login page. It generated a manifest.xml file with all properties. Therefore, Initial setup for the project is done. In the following week, I will be deciding the different activity screens neeeded.
It took me more than 5 days to find the solution.I have tried all possible stackoverflow solutions. But could not resolve the problem due to space present between my user name. I came up with my own new user called Project.
I have completed Become a Java Programmer learning path. It covered following concepts
References:
https://stackoverflow.com/questions/29099636/cant-find-sdk-folder-inside-android-studio-path-and-sdk-manager-not-opening
Comments