Why MainActivity_ ?
AntonioVitiello opened this issue · 1 comments
AntonioVitiello commented
Hello Gicheon Kang,
why in your app\src\main\AndroidManifest.xml have
<activity android:name=".MainActivity_"
and not
<activity android:name=".MainActivity" ?
w568w commented
I suppose it's using androidannotations,which requests replacing Activity
with Activity_
.