I am using InteliJ IDEA for making my android project. I am wondering is it unsigned apk in out/production folder?
Another way is I try to create unsigned apk from project Structure/artifact ---> Android Application ---> From modul 'MyModule'. Then I set path where it should be located. After making a project it was created MyModule.apk but when I want to install this apk file in my device it said that 'Application not installed'.
Please could anyone tell me what should do in artifact for getting result. I assume that the resources not completely added in apk. I read docs in InteliJ Idea help but I couldn't get positive result.