Relative Content

Tag Archive for flutterdartandroid-studio

Android studio emulator disappeared and i cant find it

I was working with Android Studio and had my emulator running on a second screen. However, when I opened Android Studio today and tried to run my code, everything worked smoothly, except I couldn’t find the emulator window anywhere.

“Update dataspace” message on Android Studio console

I am facing this issue in Android Studio, it does not affect me directly but it is too annoying because if I have to print something on console, it get lost in multiple lines of message that is thrown when I tap on android screen. For reference I am using Redmi 13C for testing my apps.
Message on Console

Android studio’s flutter and dart doesn’t update class’s name or newly installed packages

I just updated android studio to the jellyfish version (2023.3.1)
now whenever i refactor a class’s name, it won’t refactor in another files.
for example i refactored my stless main to main2. it won’t refactor it in another files.
or like i gave a new final to my stless and hot reloaded. it should give an error whereever that stless is being used to add the new value. but it do not giving me any errors.
here is the image :
[This pic is where my stless is being used.]
[this is my stless it self]
as you can see, mytextfield doesn’t need length value. but it won’t give me any errors
when i remove the length value, it will give me error