Hi Chetan, I assume that you have to build a new system image for that and flash your device.
Good luck ! Frank On 22 Jul., 07:46, chetan <[email protected]> wrote: > Hi, > i have created an application XYZApp and put it in package/ > apps directory of eclair source code and i have added one directory > name XYZFrame in framework/base and XYZFrame dir have native code, > jni and interfaces. These interface define in framework/base/XYZFrame/ > Interfaces/ directory are imported and implemented in class of > package/app/XYZApp. > The XYZFrame is added in build/core/pathmap.mk and > compiled. The compilation is done and apk for XYZApp is created. I > installed the XYZApp.apk in to galaxy phone using adb. Now when i > execute the XYZApp. apk on galaxy phone, i m getting an error > (interfaces not found and fail to link). These interfaces are defined > in framework/base/XYZFrame/Interfaces/ . > > i think that framwork/base/XYZFrame/Interfaces are not available on > phone Or problem is some thing else. > > Thanks > Chetan Chauhan -- 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

