cancel
Showing results for 
Search instead for 
Did you mean: 

UltraLiteJ 17 Binding Project Build Error

Former Member
0 Kudos
1,793

In VS2017 created a new Android Bindings project and added UltraLiteJN17.jar. Selected Build Action of "EmbeddedJar". Compiling for the same version as the Android Xamarin Project - 6.0 Marshmallow. Get the error "Type 'JniDbMgr' already defines a member called 'Release' with the same parameter types". I have changed the Binding Project's "Android Codegen Target:" and "Android Class Parser" on the "Application" tab to cover all permutations. And still the error (along with a boat load of warnings).

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Switched the .jar's "Build Action" to "EmbeddedReferenceJar" and it builds. Have referenced the build result in the Droid project and so far it appears to be working as advertised. It's just soooo different from what is used (UltraLite17) in the UWP project.

Former Member
0 Kudos

I am assuming, right or wrong, that since it built successfully this was the correct decision. Please advise if there is a "more correct" solution.