Quantcast
Channel: User AnthonyL - Stack Overflow
Viewing all articles
Browse latest Browse all 26

App does not launch through Android Studio

$
0
0

When I run my Android Studio project from the editor to my phone, nothing launches. Everything compiles fine, however no activity is started when it completes. I then have to open the application manually with my phone, and the newest code is indeed updated.

Here is a snippet from my Android Manifest:

<activity android:name=".view.MainActivity">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>

What I have tried:

  • Using a different physical device
  • Using a virtual device
  • Going into "Edit configurations" and selecting a default activity for launch

Viewing all articles
Browse latest Browse all 26

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>