Vlad Pavlov
Vlad Pavlov

Reputation: 25

Adding external lib to android project

In logs it writes that the app doesn't see the external lib, but I added it by adding lib in the folder 'libs' and written in properties. Help me pls, who knows

Upvotes: 0

Views: 79

Answers (1)

Swayam
Swayam

Reputation: 16354

Right click on the external jar file in the you have in the libs folder and then select Build Path -> Add to Build Path.

Check here for a detailed explanation.

Upvotes: 1

Related Questions