[android-developers] Re: shared Jar files between different project

2009-03-25 Thread Jove
Hi Thanks firstly. Both project is running. In fact B is running, I try to instaniante A from B which lies in different apk. but it failed. The type should be com.example.test.(Just a guess, I'll confirm tomorrow) Regarding Is framework/base in project A or B? , I think both. When I put

[android-developers] Re: shared Jar files between different project

2009-03-19 Thread Greg Krimer
Hi, I am confused. Which project is running A or B? Is com.example.A.test1 in project A or B? What is the type of the object that you do create? Try this: Object tmp = c.newInstance(); System.out.println(tmp); Is framework/base in project A or B? Finally, and this may not be important at all,