Re: [android-developers] How to create uses-library

2010-05-10 Thread Mark Murphy
Karteek N wrote: > In android manifest file there is a tag to include libraries called > . This is for SDK add-ons, like the Google Maps add-on. > Suppose if i have some java files in the package hierarchy called > com.my.lib > i used the following tag in my manifest file > > Now it is compiled

[android-developers] How to create uses-library

2010-05-10 Thread Karteek N
Hi, In android manifest file there is a tag to include libraries called . Suppose if i have some java files in the package hierarchy called com.my.lib i used the following tag in my manifest file Now it is compiled successfully. But if i want to launch to emulator it is throwing the following erro