Thursday August 20th, 2020

Kotlin Error while Launching activity

By Ebubekir Sezer

Hello, while developing a kotlin project i encounter with an error and this was the error description;

Error: Activity class {com.yourpackagename} does not exist.

Error while Launching activity

While searching solutions on the internet, I found in the StackOverflow. Here is the link. By the solution open the terminal and run that code;

adb uninstall <your-apps-package-name>

After the running that code, my error solved and when i run the project, it successfully run. I hope that works for you too.