Akash Yadav
Akash Yadav
Please check if the issue exists in the [latest CI build](https://github.com/AndroidIDEOfficial/AndroidIDE/actions/runs/6239450175).
We haven't really started working on adding hardware keyboard support to AndroidIDE. However, it is planned to be implemented within the next few minor (features) releases. Also, I think that...
@remo7777 The device seems to be in Factory Reset Protection (FRP) mode which is activated when the device is hacked/stolen/modified. We can't do anything about that.
Fixed with 940c7b0aa22bc5ee47e8263015089003d1f72b8d.
> Wrong APK being opened in the new "Open app" function, it opens the release version even if my debug version has the "-debug" suffix, I don't know if it's...
This happens because the spans generator is invalidate every time you edit the file and the editor can't get any colors for an invalidate spans generator. There is a small...
> I'm not sure if it's because I'm using the configuration cache, or if the problem started around the same time you fixed the name problem (which I then enabled...
> I tried to reproduce it here too, and it didn't happen, but it certainly happens a few times a day. Good logs, something different that I can see is...
Thanks for the report. Will work on this soon.
Renaming a class is probably not a good idea, especially when it is part of a library AND is a public API. This is because libraries are meant to be...