-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doWork() doesn't make what I want #84
Comments
I assume you have built this out from bgp-sample? Was it working before you changed it? It will be very difficult to provide any advice without an actual problem. |
Yes, I used bgp-sample. Still working, but on the console it shows what you had in the bg-simple example instead of what I did
|
I'm sorry I don't understand What is the question? |
I changed doWork e execute apk on celphone, but it's still work like original bg-simple. I need to compile or something else for it execute the new doWork? Sorry, my english it's not very good. |
Yes you will need to recompile to get any changes into your apk. You will also need to install that new apk to your cellphone to see the change there. I suggest spending some time understanding the Android development process - otherwise you are likely to struggle. |
I'm trying to make a background notification service, but anything I do on doWork doesn't work. I don't know that I do, I just put some logs for testing, but doesn't work too.
I edit the MyService.java whitout IDE or whatever, could be that?
The text was updated successfully, but these errors were encountered: