-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with dji.sdk.sdkmanager.DJIGlobalService #39
Comments
|
Hello Lisa,
I am using the following sdk:
// DJI Sdk
implementation 'com.dji:dji-sdk:4.10'
compileOnly 'com.dji:dji-sdk-provided:4.10'
Thanks and have a nice day,
Sincerely,
Eyal Muchtar
EM-PROJECTS
+373-68-677700
+972-52-2405134
[email protected]
Skype: eyalm_nm
…On Wed, Jun 26, 2019 at 3:09 AM DJI ***@***.***> wrote:
Public comment from Lisa Fedane in Zendesk ticket #25311
<https://djisdksupport.zendesk.com/agent/tickets/25311>:
Hi there,
Thank you for posting your question, this is Lisa from DJI Developer
Support and I'm looking into your issue now. In the meanwhile, can you
confirm for me what version of the MSDK you are using?
Warm Regards,
Lisa Fedane
DJI Developer Support
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39?email_source=notifications&email_token=AA3ZCCZ4R56CUQS3KV7UKYDP4KXSJA5CNFSM4H2XL2KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYR53KQ#issuecomment-505666986>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3ZCC3R3MRINMAPKV5Q7K3P4KXSJANCNFSM4H2XL2KA>
.
|
same problem here?? |
|
Is this problem resolved?? |
Same problem here please resolve this issue |
I evaded the 'build fail' by commenting out the service tag from the manifest file. As point out by @LisaFedane the functionality is being taken care of elsewhere, we don't need this line anymore. I think they forgot to remove it from the documentation. The App runs well without this. |
In the Android's Integrate SDK into Application tutorial, use are using the following sentence in manifest.xml file
<service android:name="dji.sdk.sdkmanager.DJIGlobalService" >
Adding this line causing to the following error -
'dji.sdk.sdkmanager.DJIGlobalService' is not assignable to 'android.app.Service' less... (⌘F1)
Inspection info: Validates resource references inside Android XML files.
I am using:
> compileSdkVersion 28
> minSdkVersion 19
> targetSdkVersion 28 gz#25311
The text was updated successfully, but these errors were encountered: