i'm trying to include the project mentioned in my android studio project. The problem is that, beside a 0 error in console, i get "class not found" for every use of the module. I went to project structure,. than import module, that add dependancies. Any idea?
Asked
Active
Viewed 312 times
1
-
Must check that your library project is also available in your workspace or not. If it is not added then copy it to in your workspace. – Piyush Aug 18 '14 at 13:01
1 Answers
1
Try to clean your project and then import it again.
Select your project-> goto Project Menu-> and Clean
and refer this : java.lang.ClassNotFoundException on my android app but I have no idea why

Community
- 1
- 1

Krupa Patel
- 3,309
- 3
- 23
- 28