I changed my packet structure to this:
How do I need to declare package in AndroidManifest.xml so it finds the R class?
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="..."
android:versionCode="1"
android:versionName="1.0">