Scofield
Scofield

Reputation: 49

How to hot deploy android project?

Each time I changed a snippet of code, I have to compile the whole project and reinstall it on my phone . Is there any way to only deploy the increment part of code? Now my apk is larger than 15 megabytes, redeploying takes a lot of time.

Upvotes: 3

Views: 1366

Answers (3)

Scofield
Scofield

Reputation: 49

I find JRebel + MuMu emulator a very good combo for improving efficiency, which saved me a lot of time.

Upvotes: 0

Gustavo Pagani
Gustavo Pagani

Reputation: 6988

Android Studio has now an Instant Run feature.

Upvotes: 1

Joris
Joris

Reputation: 1457

I haven't tried this myself, but you can have a look at this

Upvotes: 0

Related Questions