On Eclipse, when I try to deploy my application but no changes have been made to the source code I get
[2013-05-16 15:12:25 - HomeActivity] Starting activity com.example.android.SplashActivity on device 9009090934434
[2013-05-16 15:12:25 - HomeActivity] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.android/.SplashActivity }
[2013-05-16 15:12:25 - HomeActivity] ActivityManager: Warning: Activity not started, its current task has been brought to the front
Is there a way to get the same behaviour on AndroidStudio
(I ve started using it today - sorry the newbee question). It deploys everytime the application (Or at least seems it to me ). Thanks in advance