Couldn't get connection factory client - fighting with Google Maps

前端 未结 5 1494
青春惊慌失措
青春惊慌失措 2020-11-30 09:39

another day another problem, I finally managed to set up correctly google maps on my android application, or at least I thought I\'ve done it, the whole progam starts, it ev

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 09:45

    E/MapActivity(394): Couldn't get connection factory client 
    

    This will not be issue in your case. It's just warning message.

    For using Map,things you need to Keep in mind :

    1.Add internet permission in Manifest file

        
    

    2.Add Library code in Manifest file :

      
    
    1. Extend Map Activity instead of Activity also ensure that your SDK is Google not Android

    2. Then generate Map Key using Release Key and not by using Default Android Debug key Check this post for creating Key using Release Key.

    For further references check this link Mobi Forge

    Output of your code

提交回复
热议问题