Tagged Questions
0
votes
3answers
654 views
Android service error “Unfortunately Service has stopped” but code has no errors LogCat error = FATAL EXCEPTION: main
I am trying to get this Service to open another app upon start up using the URI in the code. My BroadcastReciever and manifest have the correct code so I suspect it is something in this mainActivity. ...
0
votes
1answer
186 views
CurrencyWidget app run time errors
I am new to android programming, just got the code from http://www.droiddraw.org/tut4.html and trying to make a currency converter application. I am planning to get the currency conversion rates from ...
0
votes
2answers
3k views
ERROR/AndroidRuntime(219): java.lang.RuntimeException: Unable to start activity ComponentInfo{elf.app/elf.app.RoomInfoActivity}: java.lang.NullP
LogCat:
05-18 13:35:31.954: INFO/ActivityManager(51): Starting activity: Intent { cmp=elf.app/.RoomInfoActivity (has extras) }
05-18 13:35:32.535: WARN/ActivityManager(51): Activity pause timeout for ...