android - java.lang.ClassNotFoundException: Didn't find class on path: DexPathList. Other answers did not solve -


i want use this library create searchview. project , tutorial given on github page android studio, but use eclipse. did created library project in eclipse , copied code custom-searchable module here.

then created project named custom-searchable-demo , copied code module named demo there. have been getting weird errors day. right getting:

08-16 09:56:13.365: e/androidruntime(2071): java.lang.runtimeexception: unable provider br.com.edsilfer.custom_searchable_demo.content_provider.customsuggestionsprovider: java.lang.classnotfoundexception: didn't find class "br.com.edsilfer.custom_searchable_demo.content_provider.customsuggestionsprovider" on path: dexpathlist[[zip file "/data/app/br.com.edsilfer.custom_searchable_demo-1/base.apk"],nativelibrarydirectories=[/vendor/lib, /system/lib]] 

i have attached both eclipse projects on mediafire i.e. library project , demo project.

note: have not posted code, because eclipse projects attached, , code here if think should post it, lemme know in comment, post it. please mention if should post both library project , demo project, or demo project only

secondly, if try download project , run it, please let me know if works or not in comment. atleast make sure if there wrong project or doing wrong. thank you.

in eclipse on menu bar click on "project" tab end click on "clean..." selection. click "clean projects" selection , click ok button.

sorry english


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -