hi,

My application require some others library... which I download
dynamically from internet and load into system...
In SDK 0.9 my coding is work fine... but when I port it to SDK 1.0...
I having some problem below...

can anyone guide me to port it???

1)   PathClassLoader loader = new PathClassLoader(
            "/data/data/org.beo/beo.mylib/myLib.apk",
            ClassLoader.getSystemClassLoader());

            Class calledClass = null;

            calledClass = loader.loadClass("beo.mylib.beoware");

I fail to load into system...


2) AssetManager constructor not longer visible... how can I load???

AssetManager assetManager = new AssetManager();
assetManager.addAssetPath("/data/data/org.beo/beo.mylib/myLib.apk");


can anyone guide me to port this two branch of problem??? so that I
can continue my develop???

please...



wesley.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to