Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
When loading multiple emulator at same time the emulator name should be 5554,5558,5556 followed by given name. What is that number indicates.
这些是 ADB 启动服务的端口号!同时您只能运行 16 个仿真器,其中首先始终在端口号 5554 上运行。
这些数字表示模拟器正在运行的端口号。
来自 android 开发者文档
控制台端口号必须是介于 5554 和 5584 之间的偶数,包括 5554 和 5584。
欲了解更多信息