I recently made an Android application using eclipse. It is working perfectly in my emulator.
But when I export my application using the Export Wizard on Eclipse it made outputs of .apk and certificate files, I copied it to my Android phone, but the map doesn't show, it only shows gray tiles.
It has a function of displaying a Toast with current Latitude and Longitude. It's displaying on my emulator, but not in my phone.
It also displays a Toast that checks if the device's GPS is active. It works both on my emulator and phone.
I don't know what's the problem of my application. Can anyone help me?