error CS0534 : [Java Class] does not implement inherited abstract member 'AsyncTask.DoInBackground(params Object[])'

  • Thread starter Thread starter Mohan_1
  • Start date Start date
M

Mohan_1

Guest
Hi,

I have using Visual Studio 2019 and I have change my java project as aar file then going to convert as dll file. So I choose the visual studio , I add the aar file I got some error while build that Android Binding library( Xamarin ) like...


error CS0534: 'SettingDeviceInfo.GetMoreEngineTask' does not implement inherited abstract member 'AsyncTask.DoInBackground(params Object[])'
error CS0534: 'SubscriptionActivity.GetSettingsTask' does not implement inherited abstract member 'AsyncTask.DoInBackground(params Object[])'
error CS0534: 'SubscriptionAdapter.DeActivateTask' does not implement inherited abstract member 'AsyncTask.DoInBackground(params Object[])'

V

Continue reading...
 
Back
Top