since today im not able to deploy my UI changes anymore. The app runs fine but i cant change anything on the UI side. Whatever I do the app keeps the same UI every time. I changed nothing since my last dev session and now im stuck with this problem for hours.
What I tried so far:
- Clean and Rebuild several Times
- Disabled Instant Run
- Deleted the Build folder
- Checked for different Layout versions
- Complete uninstall and reinstall of the app
- Gradle Sync
- Different Smartphones and Emulators
I can see all changes inside the preview of Android Studio but for some reason they dont appear in the deployed app.
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_send_media);