Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialdanielplaisimnd
6,837 PointsAndroid Update
Warning: The following processes: -cmd.exe -java.exe are locking the following directory: C:\Program Files (x86)\Android\android-sdk\tools.
i am trying to update my android-sdk tools.
1 Answer
danielplaisimnd
6,837 Points1.cut and paste the tool folder and rename it tools2.
- go to cmd and use the file directory to update it.
- to update it: type: android.bat
example: my sdk was on my desktop
cd Desktop cd android-sdk-windows cd tools2
Desktop\android-sdk-windows\tools2>android.bat
This will work because i had the same issue.