IntelliJ Java IDE
The moose likes Android and the fly likes unable to create the service ,it gives null pointer exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "unable to create the service ,it gives null pointer exception" Watch "unable to create the service ,it gives null pointer exception" New topic
Author

unable to create the service ,it gives null pointer exception

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 597
here is my main class


here is service class


here is manifest.xml file



here is exception in logcat
andrew chou
Greenhorn

Joined: Dec 06, 2011
Posts: 1
guess u'r testing it on Virtual Machine.
add the following part to the onCreate of your Service,you'll understand:

if(player == null) System.out.println(" MediaPlayer not surported here ");

Good luck!
 
 
subject: unable to create the service ,it gives null pointer exception
 
Threads others viewed
Uncaught handler: thread main exiting due to uncaught exception
getting null pointer
How to find out programatically that file is already exist or not?
is there any way to trigger onLocationChanged other than moving
contacts doesn't display
developer file tools