Programming Tutorials

Error generating R.java from manifest

By: Emiley J. in Android Tutorials on 2011-06-06  

If you are seeing this error (Error generating R.java from manifest) in your Titanium when you launch the Android Emulator, then the issue is related to your 'id' tag in your tiapp.xml file.

You can change this from your Titanium Developer. Choose the project, and click on 'Edit' tab on top. Then under the 'Application ID' change it to com.yourcomany.yourproject (replace your company with your company name and yourproject with your project name). Should not have any spaces or special characters.

Then save changes.

After that, under your application folder, under build folder under 'Android' folder delete all contents.

Now from your Titanium Developer, select 'Test & Package'. Select 'Android' and then click launch. the application should work now.






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Android )

Android Send SMS and Make a phone call in Android Application

compileSdkVersion vs buildToolsVersion in app/build.gradle

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

Intent in Android to call one activity from another activity.

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

ArrayAdapter sample program in Android

GridView sample program in Android

Gallery sample program in Android

Getting Started with Android

Android Emulator

AlertDialog sample program in Android

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

adb.exe: no devices/emulators found

Get Location of an android phone programmatically

Solution to error: unable to open connection to server due to security error

Latest Articles (in Android)

Keep your android phone awake while debugging

compileSdkVersion vs buildToolsVersion in app/build.gradle

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

'adb' is not recognized as an internal or external command, operable program or batch file.

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

How to start the Android emulator

Get Location of an android phone programmatically

Getting Started with Android

Solution to error: unable to open connection to server due to security error

Related Tutorials

Keep your android phone awake while debugging

compileSdkVersion vs buildToolsVersion in app/build.gradle

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

'adb' is not recognized as an internal or external command, operable program or batch file.

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

How to start the Android emulator

Get Location of an android phone programmatically

Getting Started with Android

Solution to error: unable to open connection to server due to security error