1

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?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
D Ferra
  • 1,223
  • 3
  • 12
  • 21
  • 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 Answers1

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