Using android API in APK Bundle gives: “Could not find class 'android.content.Context', referenced from method com.example.patient.Activator.start”
问题 I am embedding OSGI framework into Android application. Beside my android application, I have an APK bundle that I create using the following steps: Create a regular APK, for example by creating Eclipse Android Project. Make your bundle use the same OSGI framework library used by your application by: Build Path->Configure Build Path->Projects, and then add your application project that will load the bundle. Your application project should contain the OSGI framework jar file in its build path,