FSpaceCore / SpaceCore

SpaceCore is a virtual Android system engine that can engage users clone and run dual applications,this engine can also support device simulation, fake GPS and many other features.SpaceCore是一个虚拟引擎内核,提供在Android上克隆和运行虚拟应用程序,并且已支持设备模拟、模拟定位以及其他更多的功能。
707 stars 146 forks source link

引入aar文件后会导致AndroidStudio卡顿 #61

Closed AwakenDragon closed 11 months ago

AwakenDragon commented 1 year ago

这是一个悲剧的问题,引入aar文件后会导致AndroidStudio巨卡无比,尤其是在智能提示方面,每输入一次至少要反应1分钟。移除引用后就会变得流畅无比。。。。 电脑配置

Android Studio

studio.vmoptions -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=2048m

ugreek85 commented 1 year ago

I have the same problem

zhinuotech commented 1 year ago

me too!!! cpu 7950x memory 64G ddr5 6400, nvme

FSpaceCore commented 11 months ago

暂时不清楚为什么,没出现这个问题

AwakenDragon commented 11 months ago

不知清楚原因就这么把issue给关了?难道以后也不想解决了?

yinshuai0324 commented 9 months ago

cao,我还以为是我AS的问题,卸载、降级。搞了好几遍。发现还是没解决。看到这个issue 切换到其他项目 巨流畅。

jing1007209484 commented 8 months ago

我也是一样的问题 估计有猫腻

Faisal-FS commented 6 months ago

I have the same problem but couldn't find any solution for this. However, if I comment out the aar file implementation in gradle file then this does not occur. After that I have to comment out the code which uses this sdk and work on the rest of the app.