Fitrah Nuno Syahbani
Fitrah Nuno Syahbani
hey, i got this problem, not sure why but single `CTRL + C` does not stop the process, i had to `CTRL + C` twice, but somehow the process still...
any updates about this workaround?
i guess that's fine, but it needs to be workspace-only settings
it is already added in latest debug version, just wait until next release if you want to use the release version. [reference](https://github.com/AndroidIDEOfficial/AndroidIDE/commit/42ac697856d04062ab0f588af4a88596e96a811b)
what you're doing here is not exit androidide, but make androidide in opened recent apps and running in background, the state is reset by your device power manager, try to...
full path might be not good, probably relative to the project folder instead of full, full path in the project will be very long since android project is complicated in...
i got news. nextjs 13+ with app router and tailwind could work together without the layer thing. just need to import the css theme.css below the globals.css in layout file....
> > ```js > > import "primereact/resources/themes/md-dark-indigo/theme.css"; > > ``` > > Hey man, nice! Can you share a complete configuration for this? Do we still need the `PrimeReactProvider`? basically,...
> @BanDroid i would love if you wanted to submit a PR for this example here in the examples folders because this gets asked a lot? others need to confirm...
> Bro, I don't understand why. > > Just add a second import with the actual theme you want to use in your `layout.tsx` > > ``` > import "./globals.css";...