请帮助我,因为我陷入了一个白痴错误:( ..
double tradeResultProfit = trade.CheckResultProfit();
Print("trade Profit = ", tradeResultProfit);
double tradeResultBalance = trade.CheckResultBalance();
Print("trade Balance = ", tradeResultBalance);
这是我认为正确的xml。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<VideoView
android:id="@+id/video"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/background_dark"/>
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</RelativeLayout>
那个是java file..im当我通过他们的id获取视频和按钮时出现错误。错误是&#34;视频无法解析或不是字段&#34;
如果您知道解决方案,请告诉我 三江源
答案 0 :(得分:0)
构建和清理项目将解决您的问题