Hi, I tried to compile the new version.
Android Studio complains that MeshengerActivity is not defined. Is the file missing? Renaming the name back to AppCompatActivity solved the issue.
Also a file app/src/main/res/values/attrs.xml seems to be needed:
Hi, I tried to compile the new version. Android Studio complains that
MeshengerActivity
is not defined. Is the file missing? Renaming the name back to AppCompatActivity solved the issue. Also a fileapp/src/main/res/values/attrs.xml
seems to be needed:This makes Android Studio happy again. :-)