0

I'm using Android Studio Artic Fox | 2020.3.1 Patch 2

XML layout changes do not reflecting after run onto Android Phone / Emulator. Sometimes it's work after a clean project then running on the device. To resolve this issue I tried the following methods but even after that, it didn't work.

  1. In the "Edit Configurations" setting unchecked following option

    a) "Allow parallel run" (from General Tab)

    b) "Skip installation if APK has not changed" (from Miscellaneous Tab)

  2. In "gradle.properties" made following setting as false

    a) org.gradle.caching = false

    b) org.gradle.parallel = false

  1. clone new project

  2. Tried on different PC

I referred following StackOverflow posted a question as well: Android Studio runs old code BUT JUST SOMETIMES. It is fricking annoying

0 Answers0