Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find class error #36

Open
senthilsivanath opened this issue Jun 8, 2013 · 0 comments
Open

Unable to find class error #36

senthilsivanath opened this issue Jun 8, 2013 · 0 comments

Comments

@senthilsivanath
Copy link

Compiling from Android Studio, am getting following run time exception.

I have added the following line in build.gradle

compile files('libs/devsmartlib.jar')

06-09 02:31:11.652    3923-3923/?                              E/dalvikvm: Could not find class 'com.devsmart.android.ui.HorizontalListView', referenced from method com.example.railalarm.MainActivity.onCreate
06-09 02:31:11.692    3923-3923/?                              E/AndroidRuntime: FATAL EXCEPTION: main
        java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.railalarm/com.example.railalarm.MainActivity}: android.view.InflateException: Binary XML file line #76: Error inflating class com.devsmart.android.ui.HorizontalListView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant