Skip to content Skip to sidebar Skip to footer

The Container 'android Dependencies' References Non Existing Library

Please excuse my bad English, I'm french :) So, I have got a problem with my android project... I've got this error The container 'Android Dependencies' references non existing lib

Solution 1:

I don't know if this is still valid, but I faced a similar problem.

The project that you have imported into your workspace as a Library project needs to be built first. One way to check if that is the case is if the bin/ folder is empty in the project. If it is not, you first need to build the library project. Building it will cause the missing library dependency errors to also go away.

Post a Comment for "The Container 'android Dependencies' References Non Existing Library"