Setting Package/path To Generated R.java
In the manifest I have: ... package='com.domain.app.multimedia' which then names the application/activity with: ... activity android:name='.MultiMedia' Eclipse, in turn, generates
Solution 1:
Generally speaking, when you change the package name in your AndroidManifest.xml file, you are prompted with a question if you'd like to change the configuration to reflect the new package. If you haven't clicked yes, you can always right click on the project -> Android Tools -> Rename application package
Post a Comment for "Setting Package/path To Generated R.java"