赞
踩
按照官网给出的步骤一步步进行发现运行完成后xml显示不出来是一片空白,参考官方给的demo发现少了两句代码,以至于没有执行BaseProduct mProduct = FPVDemoApplication.getProductInstance();导致的。
@Override
protected void onResume(){
super.onResume();
initFlightController();
}
@Override
protected void onCreate(Bundle savedInstanceState) {
......
onProductConnectionChange();
}
直接执行官方的GSDemo出现以下错误:
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.1 or newer.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。