VerifyError in android test-project build tools v17

后端 未结 5 1916
青春惊慌失措
青春惊慌失措 2021-01-11 13:17

Since installing v17 of the android build tools I am getting a VerifyError in my test project.

A short description of my project structure:

<
5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-11 13:58

    The way Android deals with dependencies has recently changed. If you are using eclipse, then just remove your jar imports and place them in a "libs"-folder in the project root, and everything will be imported automatically.

提交回复
热议问题