I am trying to intall dmengine for the second time on my device, it worked fine for the first time but now I get a Failure [INSTALL_FAILED_ALREADY_EXISTS].
Of course the app from my device and deleted every file related to Defold
Anyone know how to truly clear the device from every piece of dmengine to be able to install a new one? (exept factory reset obviously)
Open game.project, scroll down to the Android section. There’s a field named Package Name. The package name should be unique. If you already have an app with the same package name you’ll get INSTALL_FAILED_ALREADY_EXISTS. What do you have in the package name field currently?