Why is Android Studio using the wrong user for APK installation filepath? -
i've been tasked work android studio project as-is. project not version controlled—i literally handed copy of previous maintainer's project directory. i've been able project compile, when try run on project on emulator, android studio fails error message shown below.
the username censored in photo name of previous maintainer, it's no wonder installation failed since filepath doesn't exist on machine. if select "ok", following error, seems suggest apks getting installed fine correct filepath username. (the project in dropbox because that's how shared me. know dropbox isn't version control :p)
how can android studio use correct filepath username apks when tries install application?
i found similar question here.
the solution worked me run following in project root directory.
./gradlew clean packagedebug
Comments
Post a Comment