Closed nadavho closed 11 years ago
There is just a little error:
android:name="bencoding.android.receivers.BootReciever">
It should say: BootReceiver
;)
Thanks man!!! works like a charm :+1: , feels a bit silly not checking that :).
benbahrenburg you should update it in your docs.
BootReciever --> BootReceiver
Thanks,
Was updated awhile back, if you find any other typos a PR would be helpful in maintaining the project.
Hi,
I followed the exact steps in your blog/documentation to register your broadreciever when the device is booted but it fails to work. from the logcat I can see the following exception: 11-08 11:30:08.016: E/TiApplication(547): (main) [336,1217] Sending event: exception on thread: main msg:java.lang.RuntimeException: Unable to instantiate receiver bencoding.android.receivers.BootReciever: java.lang.ClassNotFoundException: bencoding.android.receivers.BootReciever; Titanium 3.1.3,2013/09/18 12:01,222f4d1
The exception tells us that it cannot instantiate receiver cause it doesn't find the class which is weird.
I'm using your latest distribution 0.31. In simulator I tried it on Google APIs level 15. and also my device Samsung Galay 2 JellyBean 4.1.2
This is my android section in tiapp.xml
please help :(, I'm kind of lost.
Thanks,
Nadav