How to simply install apk in device in Android Studio -


my question when click on run button runs gradle command check change files , build class , dex create apk.

if know there no change in files still gradle runs check.

as have many libraries attached app module reduce run time. if knows install apk in device android studio without running gradle.

note : want install on device connected system not emulator,etc.

note : want install android studio not using other software.

one more solution using terminal install apk on devices. once have built apk using file>build apk, shows path in new apk present.

just go path on terminal below generated apk path on system -$cd /android_app_code/updatedcodeforcheckout/projects/ims/source/apps/android/flowtalk/app/build/outputs/apk

and type -$ adb install -r app-debug.apk

this command installs build on connected device. , every time when there no change in code, run install command on terminal. it's super fast see.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -