0
I screwed up and Manifest doesn’t recognize the Activitys name
<activity
android:name=".Login"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
The android:name=".Login"
error and message: 'class' or 'interface' Excepted
Does anyone know how to solve?
After the scare I was able to solve, just click on the un-inject Language/Reference option
– Raphael de souza
Answer your question and put the steps to the solution. This will help anyone who has the same problem in the future.
– Rene Freak
@Renefreak thanks for the tip! I edited my question to put the prints. Now I think q helps anyone who has the same problem.
– Raphael de souza
Puts in the
Resposta
– Rene Freak