hy!
Exception:
10-05 15:36:36.609: ERROR/AndroidRuntime(237): Caused by: java.lang.ClassNotFoundException: com.korn.gpv.Main in loader dalvik.system.PathClassLoader@44e836b8
after changing the package name.
Please help
new package: com.android.korn.gpv
did you changed it on the manifest file ?? like this :
<manifest xmlns:android="schemas.android.com/apk/res/android" package="com.android.korn.gpv" >