No
@Arsh arora i want to know why this happning
CLICK THANKS IF YOU HELPED
this happens when you replace an odexed app with deoxed one.. and put back the odex one... now to answer why....
the android runtime creates a dex file on dalivk-cache for that deodexed app... it then loads the app from the dalvik cache... likewise... for odexed app the app is loaded from the odex file ..
but when you put back the odexed app along with its odex file... you have a dex file on dalvik cache and the other odex... now i dont know from where the app will load... but either way it will create confilcts... so when you put back the odex file.. be sure to clear the dalvik cache...