Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Feature-Module can't run #24

Closed
elye opened this issue Sep 3, 2019 · 1 comment
Closed

Multi-Feature-Module can't run #24

elye opened this issue Sep 3, 2019 · 1 comment
Labels
migrated googlesamples Migrated from old googlesamples repos

Comments

@elye
Copy link

elye commented Sep 3, 2019

I open up the Multi-Feature-Module code in this repo, in Android Studio 3.4.
Upon opening, the only configuration available is app, and it is error out stating Error running 'app': Default Activity not found

I check the AndroidManifest.xml within the app module, indeed it is

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:dist="http://schemas.android.com/apk/distribution"
          package="com.example.android.unsplash">

    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

    <dist:module dist:instant="true" />
    <application
            android:allowBackup="true"
            android:icon="@mipmap/ic_launcher"
            android:label="@string/app_name"
            android:theme="@style/App">
    </application>
</manifest>

No Launching Activity. No wonder it errors out. Did I miss something?

@codingjeremy codingjeremy transferred this issue from googlearchive/android-instant-apps Sep 18, 2019
@codingjeremy codingjeremy added the migrated googlesamples Migrated from old googlesamples repos label Sep 18, 2019
@keyboardsurfer
Copy link
Member

This is likely to be obsolete with the newer versions of Android Studio. If the issue persists, please comment and we'll re-investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrated googlesamples Migrated from old googlesamples repos
Projects
None yet
Development

No branches or pull requests

3 participants