This is a problem with the maps SDK on Android 6.0
I encountered some problems displaying the map here (SDK version 3.0.2) on the marshmallow device
The application is built by marshmallow, so it includes a new permission system
Even if all permissions are enabled (double checked in settings, location and storage), map initialization fails due to a missing permission exception: unable to initialize map: missing_ License. It can run normally on any other Android version
When compiling marshmallows again, does anyone else face similar problems? If so, is there a solution?
Update: fixed in SDK version 3.1.0
resolvent:
This is a known problem with the here maps SDK for Android and will be fixed in a later version. As you can see, using a version with a target API level of 22 or lower can solve this problem. Please forgive me for any inconvenience!