BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
As a work around, I tried copying the samples solution to a folder closer to the root, however restore NuGet packages does not work and all the references for SyncFusion are missing. And I have the option set on NuGet to restore automatically.
I also installed all the sample SyncFusion packages manually. One at a time. This took over an hour. Then I got this error:
Expecting class path separator ';' before '\Android\android-sdk\build-tools\25.0.2\lib\shrinkedAndroid.jar' in argument number 8 SampleBrowser.Droid_2015 D:\sync2\SampleBrowser\SampleBrowser.Droid\CREATEMULTIDEXMAINDEXCLASSLIST
I fixed the above error, by moving the Android SDK to a path without a space, per this post: http://stackoverflow.com/questions/38718215/expecting-class-path-separator-before-android-android-sdk-build-tools-23-0
but now I get this error:
Can't read [C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v7.0\mono.android.jar] (Can't process class [android/app/ActivityTracker.class] (Unsupported class version number [52.0] (maximum 51.0, Java 1.7))) SampleBrowser.Droid_2015
As a work around, is there a link to a zip with the samples that I can extract closer to my root, where all I need to do is a restore NuGet packages and rebuild to make it work for Android?