dorinegt90 / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

Noclassdeffounderror #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add AutoUpdate project to new application build path
2.Check for order and export option
3.Instantiate the AutoUpdateApk class in the new project's main class

What is the expected output? What do you see instead?
Found Noclassdeffound error at class instantiate line of code.

What version of the product are you using? On what operating system?
min version : 8
max version : 18

Please provide any additional information below.
Even after checking for all possibilities there is noclassdeffound error. Added 
project in build path and checked export option. What might be the issue

Original issue reported on code.google.com by jshrut...@gmail.com on 23 Jul 2015 at 10:14

GoogleCodeExporter commented 8 years ago
I could resolve this issue by adding android-support-v7-appcompat to build path 
of my project.

Hope this helps someone.

Thanks

Original comment by jshrut...@gmail.com on 23 Jul 2015 at 1:22