jamesfalkner / liferay-android-beacons

A Titanium Appcelerator module to interact with iBeacons via the Radius Networks' iBeacon native android library
Other
46 stars 27 forks source link

[ERROR] Unable to find generated R.java file #3

Closed boardmain closed 9 years ago

boardmain commented 9 years ago

hi when i try to build a project with your module i have this problem

[ERROR] Unable to find generated R.java file

stephenfeather commented 9 years ago

This often occurs in Titanium android builds if the androidmanifest is corrupted or if the id of the app was changed and traces of a previous build are left sitting around.

Clean your project:

ti clean

Then be sure that any entries you added to the tiapp.xml's android section are correctly formatted.

jamesfalkner commented 9 years ago

Any luck @boardmain ? I've not seen this before.

jamesfalkner commented 9 years ago

Closing due to inactivity. It is most likely your Android manifest file. Be sure it's syntactically correct (not missing any closing tags, extra brackets, etc). If it still happens, please open a new issue and attach build logs, etc.