Android Studio does not apply the changes in the emulator

Hello, I am new and trying to build my first app. So far, everything was going okay, but now I’m stuck and don’t know how to proceed. Maybe someone here in the forum can help me. I assume it is a common problem, as there are quite a few Google hits. Unfortunately, none of those have helped me so far. Here’s the issue:

I created a small app in Android Studio. The app initially consisted of only the HomeScreen.tsx and DetailsScreen.tsx pages. On the home screen, you could either press “increment” or “decrement” or switch to the details screen via the “Go to details” button.

So far, so good. But when I added new pages, such as CalenderScreen.tsx, they were not displayed on the emulator. Even when I changed content on the existing pages like the home screen, there was no change on the emulator. No matter what changes I made to content or style, the emulator still shows the initial page. Even restarting the emulator does not solve the problem. The links should be correct, and as mentioned, even changes to the existing pages are not reflected. What could be the issue? Has anyone experienced this?

Thanks in advance

Enrico

1 Like