I\'m getting this error. It\'s saying ClassLoader referenced unknown path
And I don\'t know what to do? Can anyone solve my problem?
03-11 01:35
For those who will find this thread in the future still looking for answer (just as I did).
W/System: ClassLoader referenced unknown path: /data/app/[...]/lib/x86
was the only error/warning I had in LogCat. After trying almost anything, cleaning app data in Android OS (Settings -> Applications -> MyApp -> Memory -> Clear data) was the only solution that worked.
I hope that it helps someone.