Does anyone have such problems as:
- Cannot install debug-apk because cannot find Application file, which exists in Androidmanifest.xml or:
The APK file /home/skullper/AndroidStudioProjects/app_pay/app/build/outputs/apk/app-debug.apk does not exist on disk. Error while Installing APK
Of course I can fix this with ./gradlew assembleDebug
, but I should launch this each time before run, otherwise it will run only assembleDebug build
- Issue with kotlin std in projects with Java only
When I was using 3.0 everything was ok and I haven't such issues. What should I do to run my project???
UPDATE
Everything works. Answer in comments under question.
Thank to all who was trying to help