Unfortunately app has stopped in Android Emulator

前端 未结 4 1682
悲哀的现实
悲哀的现实 2021-02-19 05:57

I am new to Android and I am trying a few small apps (like Compass). When I run the app in the emulator, it gives the message Unfortunately, Compass has Stopped.

4条回答
  •  不要未来只要你来
    2021-02-19 06:08

    First check your AndroidManifest.xml file and write activity tag

    For example, you have DisplayMessageActivity.class and package is me.user_interface

    tag is:

    
    

    You can write this after tag in AndroidManifest.xml file. Check the path carefully.

提交回复
热议问题