Getting “Caused by: java.lang.VerifyError:”

前端 未结 6 1288
时光取名叫无心
时光取名叫无心 2020-11-28 15:30

I created an android application which is used as library in another android application. I used some third party jars in the android app which acts as a library. When I lin

6条回答
  •  情歌与酒
    2020-11-28 16:13

    If you are using ant, then you should add all your external jars to the following dir "libs" and also add following line in a new file: ant.properties: jar.libs.dir=libs

提交回复
热议问题