Androidmanifest.xml error 'class' or Excepted interface

Asked

Viewed 220 times

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

  • 1

    Answer your question and put the steps to the solution. This will help anyone who has the same problem in the future.

  • @Renefreak thanks for the tip! I edited my question to put the prints. Now I think q helps anyone who has the same problem.

  • Puts in the Resposta

1 answer

1


SOLUTION

This was the error I made when trying to add a new Activity in Manifest inserir a descrição da imagem aqui inserir a descrição da imagem aqui

After breaking my head looking for a solution, at the base of the attempts I was able to correct inserir a descrição da imagem aqui It was simple, but I spent a few hours until I made it

Browser other questions tagged

You are not signed in. Login or sign up in order to post.