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 trial

Android Build a Simple Android App (retired 2014) Pretty Little Things Positioning Text Using a Linear Layout

Android 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

1.cut and paste the tool folder and rename it tools2.

  1. go to cmd and use the file directory to update it.
  2. 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.