VFY: unable to resolve virtual method

前端 未结 3 961
囚心锁ツ
囚心锁ツ 2021-01-17 10:27

I am using Jackson in my android app.

I have added these two jars in my build-path:

jackson-core-asl-1.0.0.jar
jackson-mapper-asl-1.0.0.jar
         


        
3条回答
  •  长发绾君心
    2021-01-17 11:04

    I had a similar problem; assuming you're using Eclipse, try the following:

    1. Right click on your project
    2. Go to Build Path > Configure Build Path...
    3. Click on the "Order and Export" tab
    4. Check the boxes next to your jars, then click OK
    5. Clean and Build your project, then see if it works.

    Hopefully that works.

提交回复
热议问题