I have a Samsung S8500 Wave phone with Bada OS installed. I am developing an app for it that involves using Google Maps. I've found a JAR file, but I keep getting the ClassNotFoundException exception ever since I've added it to the project and tried compiling the program.
Samsung wave Google maps jar
Hi,
Class not found exception you will get because of missing some code in manifest.xml add library in manifest.xml file like use library then give name of application mobile and namespace of com.google.android.maps.
Otherwise goto stackoverflow and search your query. if not works check mapviewactivity in manifest and try to modify code using logs and verify version name.
Hope these shall helps you
Thanks