Fault Description.
Android Studio 3 running Activity shows error message.
The activity must be exported or contain an intent-filter
Solution.
Add to Mainfests android:exported=”true”
<activity android:name=".LoginActivity" android:exported="true" android:label="@string/title_activity_login"></activity>
Similar Posts:
- [Solved] The activity must be exported or contain an intent-filter
- [Solved] Android Studio Warning: Default Activity not found
- The newly created androidmanifesto app is not indexable by Google search;
- java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.ba.cal
- Error running app: Default Activity Not Found
- Android Exception: UncaughtException detected: java.lang.RuntimeException: Parcelable encountered IOExcepti
- Kotlin Viewpager+fragment error: java.lang.IllegalStateException: Fragment already added
- How to Solve Datatable field value is empty Error
- [Five Method to Solve] android webpage err_unknown_url_scheme
- Attribute application@label value=(xxx) from AndroidManifest.xml:8:16-37 is also present at [com.github.adrielcafe:AndroidAudioConverter:0.0.8] AndroidManifest.xml:11:18-50 value=(@string/app_name)