I am making one project in which use of map-view is required.
I have done map-view activity which requires Google API and it is running perfectly.
Now, I want to use that map-view in my main application which is build target 2.3.3 but when I change the android build target in eclipse and try to run ,it is not running properly.
Both the projects,main project as well as map project running very well separately, but when merged and needed to change the build target to use Google API , the main project is not running.
Please help me..
Try to generate a new map api for your map. The keystore you used for your 1st project might be different to the one you used for your 2nd project. Your map api depends on your keystore. So if your keystore changes, you must also generate a new map api. If you are using an invalid map api, your map won’t load.