I use the phone to launch the application, earlier when compiling the application through Android Studio, it was saved on the phone. Now, after compiling the application, it simply opens, but the program itself does not exist (that is, to run the program you need to compile it again). I tried to add the file app-debug.apk and then install the application. I wrote that the installation was successful, but the application is not in the menu. Tell me what could be the problem.

  • Other applications are saved.
  • one
    Perhaps you have changed something in the settings or you just can not find it. (Hidden it in the menu). I think in itself this could not happen, at least over the years in Android Studio this has not happened to me. Try restarting AS or rebuilding project. - Engineman
  • I tried to rebuild the project, then the same. - Fedia Cholak
  • Show the manifesto. Maybe you removed the necessary filter from the activit - YuriySPb
  • Any changes occurred in the Manifest file? - Engineman
  • There was an error in the manifest. Thank. - Fedia Cholak

0