You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mobile-SDK-Android-V5/SampleCode-V5/android-sdk-v5-sample/app-aircraft/src/main/AndroidManifest.xml
when use Bundle Identifier dji.sampleV5.aircraft registe error
then change
line 3 package="dji.sampleV5.aircraft" to package="com.dji.sampleV5.aircraft"
and using Bundle Identifiercom.dji.sampleV5.aircraft to registe application successed
The text was updated successfully, but these errors were encountered:
Mobile-SDK-Android-V5/SampleCode-V5/android-sdk-v5-sample/app-aircraft/src/main/AndroidManifest.xml
when use
Bundle Identifier dji.sampleV5.aircraft
registe errorthen change
line 3
package="dji.sampleV5.aircraft"
topackage="com.dji.sampleV5.aircraft"
and using Bundle Identifiercom.dji.sampleV5.aircraft to registe application successed
The text was updated successfully, but these errors were encountered: