Sunday 27 October 2019

java - My Android application is working very slowly

I have a 2.67 GHz processor, 4 GB of RAM on a x64 Windows 8 core i7 machine . My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all the instructions in setting up the IDE, SDKs, JDKs and such and have had some success in starting the emulator quickly but that is very rare. How can I, if possible, fix this problem?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...