When I download the controller app from the app store it works fine. It finds the Rev Expansion hub and lets me make a configuration. But when I build the app in Android Studio it cannot find any USB devices.
If I try activating a configuration on the phone that was set up with the app store app, I get the following error:
unable to create robot:Robot failed to start:Attempt to invoke interface method 'boolean.com.qualcomm.robotcore.hardware.configura tion.ConfigurationType.isDeviceFlavor(com.qualcomm .robotcore.hardware.configuration.UserConfiguratio nType$Flavor)' on a null object reference
Any suggestions?
If I try activating a configuration on the phone that was set up with the app store app, I get the following error:
unable to create robot:Robot failed to start:Attempt to invoke interface method 'boolean.com.qualcomm.robotcore.hardware.configura tion.ConfigurationType.isDeviceFlavor(com.qualcomm .robotcore.hardware.configuration.UserConfiguratio nType$Flavor)' on a null object reference
Any suggestions?
Comment