RadiusNetworks / android-ibeacon-service

An Android library providing APIs to interact with iBeacons
http://developer.radiusnetworks.com/ibeacon/android/index.html
681 stars 244 forks source link

Unable to start service Intent { cmp=myPackageName/com.radiusnetworks.ibeacon.service.IBeaconService } U=0: not found #39

Closed hejianboo closed 10 years ago

craniumrat commented 10 years ago

Add the following line in your project.properties file: manifestmerger.enabled=true

After adding it and compiling, the bin/Android.xml will now have a reference to the IBeaconService service.

hejianboo commented 10 years ago

Thanks! It works!