Hello
(1)
When I import the alfresco-mobile-android project, I was prompted that "gen already exists but is not a source folder. Convert to source folder or rename it"
After I converted it to source folder, I got a BuildConfig.java file under gen subfolders. But R.java doesn't appear.
(2)
I studied MainActivity.java, and found a statement "setContentView(R.layout.app_main" in line 171.But I can't find app_main.xml in the folder: layout.
Anybody please help resolve these issues? Thanks in advance!