0

I tried to integrate Sygic Embedded SDK in my Android App and I follow all steps from tutorial https://www.sygic.com/developers/professional-navigation-sdk/android/getting-started/embedded-integration-using-android-studio

I have correct ABI, in logcat are printed logs about successful service connected and initializations but I don't see any map as in the tutorial (see picture). The behavior of the module in my application is as follows:

  1. Sygic loading
  2. No maps found
  3. No items available for purchase

Only one possible action is a Quit button which close the application. When I try to call method on ApiNavigation:

ApiNavigation.navigateToAddress("London", false, 0, 0)

logcat will print:

com.sygic.sdk.api.exception.NavigationException: Navigation not running.

enter image description here

4

1 回答 1

0

Problem solved. Application id was not activated by the Sygic. That's why maps didn't download automatically.

于 2020-05-06T11:45:21.660 回答