Embedding Knopflerfish in Android doesn't work
问题 I am trying to embed the Knopflerfish framework into an android application to load and unload bundles dynamically. I followed this tutorial The first step I did is to download framework.jar frome this link, and to add it to my class path in my eclipse project. Additionally, below is my onCreate() method: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Map fwprops = new Hashtable(); //CHANGED // add any