android / codelab-android-accessibility

Basic Android Accessibility: making sure everyone can use what you create!
https://codelabs.developers.google.com/codelabs/basic-android-accessibility/
Apache License 2.0
112 stars 86 forks source link

Lacking a main activity #5

Closed jogold9 closed 4 years ago

jogold9 commented 7 years ago

When you try to run this in Android Studio, it says "Default Activity is not found". And in fact there is no activity in the project.

tsolmonOtsu commented 6 years ago

Go to Run->Edit Configurations, and in the Launch Options, select Nothing. Then it runs without any problem. However the application will not be launched automatically.

tiembo commented 4 years ago

Hi there - this codelab has been recently updated. Closing out this issue as it's over a year old; please comment if you are still running into this problem. Thank you!