PlatformLibrary example does not work on 1.5 emulator, as advertised. I did the following:
1. Compiled the projects $ source build/envsetup.sh $ cd development/samples/PlatformLibrary/ $ mm Resulted in: Install: out/target/product/generic/system/app/ PlatformLibraryClient.apk Install: out/target/product/generic/system/etc/permissions/ com.example.android.platform_library.xml Install: out/target/product/generic/system/framework/ com.example.android.platform_library.jar Install: out/target/product/generic/system/lib/ libplatform_library_jni.so 2. Run android1.5 emulator and did adb remount 3. pushed libplatform_library_jni.so in system/lib/ 4. pushed com.example.android.platform_library.jar in system/ framework/ 5. changed platfrom.xml in system/etc/permissions/ to include content of com.example.android.platform_library.xml 6. tried to install PlatformLibraryClient.apk Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY] What am I doing wrong? MannyNS --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
