The assembly process checks the checksum of each bank and raises this error if the bank is found twice and the banks have different checksums.
This means that you have the same library twice, but two different versions of the jar file, which makes no sense.
If you added a library project, you do not need a support library in your application, you can delete it, since it is inherited from the project library.
You might want to update the support library jar in the library project.
Edit: you no longer play with the build method, your library folders should be “libs”, and it will appear in the project as “Android dependencies”. Then you delete the jar from your libs folder of your application and possibly update it from the library project.
galex
source share