Google MapView does not work after signing the application.

I ran into an Android app signing problem. My application contains Google MapView. When I compile the application and run the emulator, MapView works fine. But the signed MapView application does not work. I get the Google Maps API. It works on a simulator.

I could sign the application once 2 months ago. Then I updated the application. Now I need to sign the application again. Actually, I don’t know why the signed mapView application is not working. How to fix it?

Please advice.

I used the following steps when signing the application:

  • Launch Eclipse.
  • Select a project. Right-click -> Android Tools -> Export Signed Application Suite -> Then the completed forms. (In forms, validity years: 200, and all passwords are the same.)

Can you offer me?

Thanks in advance.

+4
source share
1 answer

yes wen u sign the application u need to create another key for MapView ... This key is generated by google wen u provides an MD5 fingerprint of the u key used to sign and replace the old key u, which was supposed to be provided during development in xml ...

+4
source

Source: https://habr.com/ru/post/1311594/


All Articles