[android-developers] Re: Android Library Broken

2012-01-12 Thread Robert D .
look here http://www.enterra-inc.com/techzone/ using_ant_android_applications_building/ hope it could be useful -- 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

[android-developers] Re: Android Library Broken

2010-07-14 Thread ydario
Hello Xavier, make sure you have the libs project in your library project (even if it's empty) this fixed my ant builds from terminal, but not from Eclipse. I have added my buildfiles to Ant eclipse page, but now clicking the run button gives the same NullPointer problem. Is there a way to

[android-developers] Re: Android Library Broken

2010-06-15 Thread b2amedina
I already tried that. I even went as far as making sure there were jar files in that directory and I still get the same problem. I also tried compiling the TicTacToe sample which shows how to use the new android-library function and it also fails the same way. I am running on Mac so I had a

[android-developers] Re: Android Library Broken

2010-06-15 Thread b2amedina
I just re-read your post. I was creating a libs folder in my application project not my library project. As soon as I created a libs fodler in the library project it worked. Thanks, On Jun 15, 3:35 pm, Xavier Ducrohet x...@android.com wrote: I meant libs _folder_ in your library project.