[android-developers] how to change PathClassLoader path

2011-11-25 Thread vijay pratap
hiii, i am trying to customize an android app but on change on the package name, registration not took place. could any one help me. logcat errors: 11-26 11:21:26.434: E/SIP SRV(24784): java.lang.NoClassDefFoundError: com.abc.utils.TimerWrapper 11-26 11:21:26.434: E/SIP SRV(24784): at

Re: [android-developers] how to change PathClassLoader path

2011-11-25 Thread Raghav Sood
Have you changed it in the manifest, moved the classes to the new package and changed the declaration on the top of each class. On Sat, Nov 26, 2011 at 11:38 AM, vijay pratap vijayprata...@gmail.comwrote: hiii, i am trying to customize an android app but on change on the package name,