[android-developers] Re: Build Tools 19 no good. How to downgrade?

2013-12-04 Thread Jonathan S
Did you check build.gradle for buildToolsVersion?

On Wednesday, December 4, 2013 8:41:16 PM UTC-5, Nathan wrote:

 Apparently, 

 Build tools version 19 is broken. 

 https://code.google.com/p/android/issues/detail?id=61710

 None of the workarounds worked for me. 

 I tried uninstalling Build Tools 19.  

 Obviously that wasn't the proper way. Now it can't find any build tools. 
 Error executing aapt. Please check aapt is present at 
 /android-sdk-macosx/build-tools/19.0.0/aapt

 How do I make it look for 18.1.1?

 And no, gradle and Android Studio didn't work either. Too many weird 
 things happen in the import.  

 Nathan 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Re: Build Tools 19 no good. How to downgrade?

2013-12-04 Thread Nathan


On Wednesday, December 4, 2013 6:37:54 PM UTC-8, Jonathan S wrote:

 Did you check build.gradle for buildToolsVersion?


I've never gotten all the way through import on Studio. It hangs, or throws 
up an error about the android projects not finding a library project. 

The following line in project.properties has allowed me to build some 
projects in Eclipse. I hope I remember to take it out whenever I need to do 
that. 

sdk.buildtools=18.1.1


Nathan
 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.