M Mark Ryan Penafiel Member Licensed User Longtime User Aug 23, 2015 #1 hi after adding #StartCommandReturnValue: android.app.Service.START_STICK in a service i have an error javac 1.8.0_60 src\team\box\gps_save.java:51: error: cannot find symbol return android.app.Service.START_STICK; ^ symbol: variable START_STICK location: class Service 1 error how can i fixed this. Thanks Attachments sticky_service.PNG 52.1 KB · Views: 725
hi after adding #StartCommandReturnValue: android.app.Service.START_STICK in a service i have an error javac 1.8.0_60 src\team\box\gps_save.java:51: error: cannot find symbol return android.app.Service.START_STICK; ^ symbol: variable START_STICK location: class Service 1 error how can i fixed this. Thanks
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2015 #2 It should be: #StartCommandReturnValue: android.app.Service.START_STICKY
M Mark Ryan Penafiel Member Licensed User Longtime User Aug 23, 2015 #3 Hehe , Thanks Erel, Already spent all day searching for the answer just to find out its a typo error. Thanks alot
Hehe , Thanks Erel, Already spent all day searching for the answer just to find out its a typo error. Thanks alot