New to Android and Xamarin Studio, old hand at C#, never did a lick of Java. Alpha channel xamarin studio 4.1.6 build 6 and xamarin.android 4.8.2 on win7 64.
I watched Rich Taylors vid the other day and want to use the datastore api in my Android app. First thing is that I cannot find any xamarin libs or component so all I could find is the Android SDK on the dropbox site. Their tutorial is only in eclipse. I download the SDK and follow Xamarins tutorial on how to bind Java jar files. The sdk has 1 jar in their lib directory which is dropbox-sync-sdk-android.jar. In xamarin studio I create a new android java bindings solution and copy that .jar into the jar folder and then Build.
I get 7 errors like: E:\Development\XamarinAndroid\DropBoxDataStore\DropBoxDataStore\obj\Debug\generated\src\Com.Dropbox.Sync.Android.DbxDatastoreManager.cs(78,78): Error CS0234: The type or namespace name 'CoreClient' does not exist in the namespace 'Com.Dropbox.Sync.Android' (are you missing an assembly reference?) (CS0234) (DropBoxDataStore)
and
E:\Development\XamarinAndroid\DropBoxDataStore\DropBoxDataStore\obj\Debug\generated\src\Com.Dropbox.Sync.Android.DbxList.cs(85,85): Error CS0234: The type or namespace name 'DbxAtom' does not exist in the namespace 'Com.Dropbox.Sync.Android' (are you missing an assembly reference?) (CS0234) (DropBoxDataStore)
There are no other .jar files in the sdk and searching gets me nowhere on this. There must be a missing lib with the CoreClient and DbxAtom classes but this is all beta and I'm at a loss. Can you point me in the right direction? Must be a really easy fix.
I did not see anything on this in what is posted on the Xamarin blog on this weeks "IOS" monkeys demo.
Regards, Ron