I know how to deploy my app to multiple devices at once as long as it is not in debug mode, but is there anyway to deploy multiple tests at once in Android Studio? It seems like it is disabled on purpose but I would like to know if there is some kind of work around to get this functionality.
我知道如何在不处于调试模式的情况下同时将我的应用程序部署到多个设备上,但是是否可以在Android Studio中同时部署多个测试呢?它似乎是故意禁用的,但我想知道是否有什么工作可以实现这个功能。
1 个解决方案
#1
1
Have you tried Spoon?
你试着勺子吗?
http://square.github.io/spoon/
http://square.github.io/spoon/
It will allow you to test your apps to multiple device while also generate a report (HTML) for you.
它将允许你在多个设备上测试你的应用程序,同时为你生成一个报告(HTML)。
#1
1
Have you tried Spoon?
你试着勺子吗?
http://square.github.io/spoon/
http://square.github.io/spoon/
It will allow you to test your apps to multiple device while also generate a report (HTML) for you.
它将允许你在多个设备上测试你的应用程序,同时为你生成一个报告(HTML)。