Bing Maps - Use in Android Studio

RV Lifers 0 Reputation points
2023-06-02T03:23:20.08+00:00

I am trying to use Bing maps in android app, creating the app using Android studio.

I followed the instructions from "video2.skills-academy.com/en-us/bingmaps/sdk-native/getting-started-android/"

I keep getting the same errors, see image. I have tried several times, after deleting the project and starting again. Every time the same error happen, I must be doing something wrong but can not find what.

Anyone here know?

errormsg

Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
255 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. IoTGirl 3,126 Reputation points Microsoft Employee
    2023-06-06T23:53:47.08+00:00

    From https://answers.microsoft.com/en-us/bing/forum/all/bing-maps-android-cannot-resolve-symbol-microsoft/f18713eb-688e-47e3-95e2-9957f1381dba

    FYI:

    For Android, update your app/build.gradle to include something like:

    dependencies {
        implementation 'com.microsoft.maps:maps-sdk:1.1.4'
    }
    
    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.