Step-By-Step Android Development Tutorial.
I am also facing the same problem, please let me know if you have fixed it?
Settings. File>Settings>Build,Deployment>Instant Run Deselect all options shown there.and add below line in your style.xml " item name="android:windowDisablePreview" true/item" apply apply them as your custom style in AndroidMainfest.xml android:theme="@style/AppTheme"
I am also facing the same problem, please let me know if you have fixed it?
ReplyDeleteSettings. File>Settings>Build,Deployment>Instant Run Deselect all options shown there.
ReplyDeleteand add below line in your style.xml
" item name="android:windowDisablePreview" true/item"
apply apply them as your custom style in AndroidMainfest.xml
android:theme="@style/AppTheme"