DJI无人机Android开发ImportSDKDemo测试 Register Success

DJI 开发者平台网址:https://developer.dji.com/cn/

这里可以中英文切换:
DJI无人机Android开发ImportSDKDemo测试 Register Success

Become a Developer(成为开发者)
–>注册登录
–>CREATE APP 使用项目对应的包名申请key (在个人中心可以查看自己申请的key)
–>Mobile SDK
–>Documentation (文档)
–>Development Workflow(开发流程指引中 -> 运行应用程序 中有ios和android的详细开发步骤)
DJI无人机Android开发ImportSDKDemo测试 Register Success

注:
按照开发步骤进行代码编写完成后,在build.gradle (Module: app)中添加以下代码就可以实现Register Success了(个人经验)

	implementation 'androidx.core:core:1.0.0'
    implementation 'androidx.recyclerview:recyclerview:1.0.0'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0-rc01'
    implementation 'androidx.annotation:annotation:1.0.0'
    implementation 'com.jakewharton:butterknife:10.0.0'
    annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
    implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0-rc01"
上一篇:ADS1115芯片快速开发


下一篇:VHDL编译错误