I have a problem on android bump API when i first run the bump on my application it is fine but when i try it the second time my application closes automatically when i check the log it say:
A/libc(12139): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
i think the problem is the unbindService(connection) that is onDestroy method somehow it did not stop the service so when you try to configure it the second time it will get the fatal signal error due to the service that is already configure.