Re: [android-developers] Re: Applications no longer working after SDK17 upgrade

2012-03-23 Thread Xavier Ducrohet
If you copy it in the libs folder of the library project this should be enough to have it available to all app projects. On Fri, Mar 23, 2012 at 2:05 PM, adev wrote: > After further investigtation, this is the error I am getting. > > android.view.InflateException: Binary XML file line #125: Erro

[android-developers] Re: Applications no longer working after SDK17 upgrade

2012-03-23 Thread adev
After further investigtation, this is the error I am getting. android.view.InflateException: Binary XML file line #125: Error inflating class com.google.ads.AdView I had to copy the jar file into /libs on my project. I actually have 3 apps with a lib of shared code. I had to copy the jar into /l