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.

enter image description here

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)

enter image description here

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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -