Open milenacarolinelt opened 7 years ago
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
08-18 12:18:54.415 17240-17303/com.phonegap.helloworld D/MyService: Hello World - its currently 18/08/2017 12:18:54
08-18 12:19:54.415 17240-17303/com.phonegap.helloworld D/MyService: Hello World - its currently 18/08/2017 12:19:54
08-18 12:20:54.415 17240-17303/com.phonegap.helloworld D/MyService: Hello World - its currently 18/08/2017 12:20:54
08-18 12:21:54.415 17240-17303/com.phonegap.helloworld D/MyService: Hello World - its currently 18/08/2017 12:21:54
08-18 12:22:54.415 17240-17303/com.phonegap.helloworld D/MyService: Hello World - its currently 18/08/2017 12:22:54
08-18 12:23:54.415 17240-17303/com.phonegap.helloworld D/MyService: Hello World - its currently 18/08/2017 12:23:54
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?