项目*必须先部署,然后才能开始

时间:2019-07-05 17:26:18

标签: visual-studio xamarin xamarin.android

当我启动项目时,出现以下错误:

var newDriver = driver.SwitchTo().Window(driver.WindowHandles[Windowindex]); //give index as 1 or 2 as required for your case. and use newdriver to perform actions and events

在为任何CPU启用的LinearLayout userFeedLinearLayout = (LinearLayout) findViewById(R.id.userFeedLinearLayout); imageView.setImageBitmap(bitmap); imageView.setPadding(0, 30, 0, 30); userFeedLinearLayout.addView(imageView); 构建 Deploy 配置中。

  

注意:仅在Visual Studio 2019上重现。在先前版本(2017)上   所有工作都按预期进行。

1 个答案:

答案 0 :(得分:0)

您只需将解决方案中的设置更改为:

 right-click the Solution -->then go to "Configuration Manager" -->then check "deploy" for your required platform project.

希望!!它将起作用。