I'm following this sample: https://developer.dji.com/mobile-sdk/documentation/android-tutorials/GSDemo-Google-Map.html
However I see getFlightController is returning null, while mobile is connected to the controller and simulator is running, drone is connected to the mac.
Problem line:
|
mFlightController = ((Aircraft) product).getFlightController(); |