其他分享
首页 > 其他分享> > DJI无人机Android开发ImportSDKDemo测试 Register Success

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

作者:互联网

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

这里可以中英文切换:
在这里插入图片描述

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

注:
按照开发步骤进行代码编写完成后,在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"

标签:1.0,Success,androidx,implementation,Register,ImportSDKDemo,2.0,com,lifecycle
来源: https://blog.csdn.net/Ann_52547/article/details/121114620