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
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