Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
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: 691
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!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: unable to create the service ,it gives null pointer exception
 
Similar Threads
getting null pointer
Uncaught handler: thread main exiting due to uncaught exception
contacts doesn't display
is there any way to trigger onLocationChanged other than moving
How to find out programatically that file is already exist or not?