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.
我正在尝试使用 java 程序中的 chimpchat。我能够成功地与两个正在运行的模拟器实例建立连接。但是当我在设备上调用 instrument() 函数来运行测试套件时,程序会因空指针异常而崩溃。谁能帮我解决这个问题。
chimpchat 应该在主机上运行,而不是在设备上运行,所以你不能同时使用 instrment() 。