Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change R class package android/eclipse

Im working on a little interface in android and when I run it the "xxx application has stopped unexpectedly" appears. Im looking for posible errors but I don't find anything.

Anyway I would like to change the R class package name, when I refactor->rename it eclipse generates another one in the old package,even if I delete that package eclipse generates it again, I can't get rid of it!

like image 249
Flanagan1 Avatar asked Nov 29 '22 04:11

Flanagan1


1 Answers

To change the package name of the generated R class, change the package property of the <manifest> tag in AndroidManifest.xml

like image 109
ognian Avatar answered Dec 16 '22 01:12

ognian