我导入了FPVDemo和相应压缩包里的LIB,这个时候GSDemo工程中的DJIDrone.checkPermission(getApplicationContext(), new DJIGerneralListener()是报错的如果我导入GSDemo中的LIB,这个时候FPVDemo中的相应位置是报错的,不知道咋回事
The method checkPermission(Context, DJIGeneralListener) in the type DJIDrone is not applicable for the arguments (Context, new DJIGerneralListener(){}) 出了这个错误 不知道为什么,貌似FPVDemo和GSDemo两个工程的LIB不一样 两者不可得兼,怎么解决我想把两个功能一起用起来
请问我如何切换FPVDemo和GSDemo两个activity的功能?我切换界面就用了Intent好像一直报错android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.