That's a fork of the project I mentioned above, and it does not seem to contain "Fabric.dll"
MakarkinPRO
@MakarkinPRO
know I really confuse of how to I got that file)
Atsushi Eno
@atsushieno
Where is your TwitterCore.Platform from?
nuget package? Package name?
MakarkinPRO
@MakarkinPRO
when I openning a Project in Xamarin I see that ICONs
after that I push manuall ADD LINK, and choosen that files from the Folder... (but know cannot find them)
hah it's appering. When I pushing on the NUget packages
after that it's creating
after that I adding ADD LINKs manually and trying tio build a project
may be I'm doing something wrong?
Atsushi Eno
@atsushieno
It seems DigitsKit is also from Twitter
MakarkinPRO
@MakarkinPRO
looks like ORIGINAL github don't have Fabric
Atsushi Eno
@atsushieno
So, DigitsKit~.dll references TwitterCore~.dll, and it recursively references Fabric.dll
MakarkinPRO
@MakarkinPRO
but when I complinig it's have a a bunch more errors )
any ideas what to do? )
Atsushi Eno
@atsushieno
Going back to the resulting errors, you cannot have both Fabric.dll and Fabric.Sdk~.dll. Because they both reference one Java type and we need to have one-by-one map (so that JNI invocation to forward to managed type can be consistent).
MakarkinPRO
@MakarkinPRO
ok
Atsushi Eno
@atsushieno
Now, it is likely that DigitsKit and FabricSdk are from different sources
Since Fabric.dll (which is subsequently from DigitsKit) and FabricSdk cannot co-exist, you'll have to give up one of those.
_
MakarkinPRO
@MakarkinPRO
Looks like I detele Fabric... and now have a
am I going in the right direction?
Atsushi Eno
@atsushieno
Try build Cleanup? If you still have stale files in your project's obj/Debug/* even after Clean, delete that directory.
And try building it
Your project should already have Xamarin.Android.Support.v4 package (your packages directory contained that), but if you don't have it somehow, add that NuGet package explicitly to the project too.
MakarkinPRO
@MakarkinPRO
it's have that package but din't get what he want
clearedprject already
Atsushi Eno
@atsushieno
uh oh. the references to the assemblies in those NuGet packages, when building a project, trigger additional downloads from Android SDK website (at build time). It takes a while which would look like "the build step is frozen"
but it usually isn't frozen and downloading files. The ones you have locally under your HOME directory \AppData are "broken", that I guess are broken because you stopped build in the middle.