Stephen
Stephen

Reputation: 11

Binding StartIO3.1.jar to Xamarin Android

Following the instruction on https://developer.xamarin.com/guides/android/advanced_topics/binding-a-java-library/binding-a-jar/

I hit the following problem.

/Projects/Printer/Printer/obj/Release/generated/src/Com.Starmicronics.Stario.ConnectBlueBluetoothManager.cs(112,112): Error CS0234: The type or namespace name IStarBluetoothManager' does not exist in the namespaceCom.Starmicronics.Stario'. Are you missing an assembly reference? (CS0234) (Printer)

How should I create Jar binding used for Xamarin Android

Upvotes: 1

Views: 155

Answers (0)

Related Questions