Unable to run Linphone-android source code on actual device
I have downloaded the Linphone-android source code using git clone. When I imported the source codes into eclipse, there were no errors found. I then tried to run the app on the actual device, however, the app was unable to load and it crashed. Here is the logcat of the errors. May I know how to resolve this issue? And what is causing this issue? 04-09 11:19:37.332: E/AndroidRuntime(9930): FATAL EXCEPTION: main 04-09 11:19:37.332: E/AndroidRuntime(9930): java.lang.ExceptionInInitializerError 04-09 11:19:37.332: E/AndroidRuntime(9930): at java.lang.Class.classForName(Native Method) 04-09 11:19