Search found 3 matches

by MiKu_MichDem
Tue Mar 23, 2021 12:12 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: UnsatisfiedLinkError for createRouteFromSVPPoints
Replies: 1
Views: 5154

UnsatisfiedLinkError for createRouteFromSVPPoints

I've encountered a problem, where the following code: NavigationSDK.createRouteFromSVPPoints(wayPointArray.size(), wayPointArray, 0x000000FF, 0x000000FF); wayPointArray is an instance of SVPWayPointArray class Produces a following exception: java.lang.UnsatisfiedLinkError: No implementation found fo...
by MiKu_MichDem
Fri Mar 19, 2021 3:54 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Set trace from external source
Replies: 4
Views: 12569

Re: Set trace from external source

Our application is written mostly in Kotlin which is has full interoperability with Java. It's functionally the same as it's compiled into the same code. I've noticed that in Kotlin I get the following error: .lang.IllegalAccessError: Illegal class access: 'pl.softprojekt.fp4mtransport.gui.pages.myO...
by MiKu_MichDem
Wed Mar 17, 2021 3:44 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Set trace from external source
Replies: 4
Views: 12569

Set trace from external source

We have a specific case - a C# client that saves a route on an internal Java server which then should be displayed on an Android device. I have issues with doing so on Android as each method for displaying trace requires a child class of a NativeObject at some point. Objects of this class are effect...