cli icon indicating copy to clipboard operation
cli copied to clipboard

AndroidManifest.xml intent-filter error

Open billnbell3 opened this issue 1 year ago • 0 comments

If I don't put

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

First in the list in AndroidManifest.xml it does not pickup the MainActivity.

If the list is not 1st, I get a mapping exception and have to use --main-activity .MainActivity"

billnbell3 avatar May 27 '24 07:05 billnbell3