我在Android项目中有2种产品风格。
我想使用代码库,我有一些代码:
selenium.common.exceptions.WebDriverException: Message: Session is already started
First App有一个布局,它有一个id为webButton的按钮。
但是在第二个应用程序的布局中,我不需要webButton,所以我删除了它。
但是上面的代码是错误的,因为第二个应用程序没有按钮。
这样做的方法是什么?
答案 0 :(得分:1)
您可以在values/
中创建包含以下资源的新xml文件:
<item type="id" name="webButton"/>
你很高兴。