I downloaded new Android SDK r20 and installed.
I created new application with an activity and a service. I am starting service in onCreate() method of activity.
I am getting Runtime exception Class Not Found which is my Service class name. I tested same application with SDK r14, no such exceptions and it is working fine.
Then, what is wrong with SDK r20 ??? Somebody please answer me. I searched about this problem on google, but no use.