Class not found exception on android

前端 未结 3 377
野的像风
野的像风 2021-01-15 05:20

I get some soure from net. and import on my workspace. When i run on emulator, its throws,

 \"05-28 17:30:47.895: E/AndroidRuntime(840): java.lang.RuntimeEx         


        
3条回答
  •  无人及你
    2021-01-15 05:57

    First create libs folder in your project and then add all jar file or library file used in project in libs folder and now run your project.

    It will definitely run.

提交回复
热议问题