我试图在android sdk中使用这些命令在终端上运行uiautomatorviewer工具。
linux-x86-20131030/sdk/tools/ ./uiautomatorviewer
我发现下面的错误
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.有人能给我解释一下吗?怎么解决?谢谢。
发布于 2018-02-20 19:40:27
尝试更新Android \bin\studio.exe.vm选项,并将-Xms128m增加到-Xms512m并重新启动Android。
https://stackoverflow.com/questions/23901872
复制相似问题