Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi .
i use Galexy nexus as an Avd ( android virtual device )

i want to use 'Maps' in my app .
here this is my code :


Java
Intent i=new Intent
                (android.content.Intent.ACTION_VIEW,
                        Uri.parse("geo:37.827500,-122.481670"));
        startActivity(i);


but it doesn't work !
i think it depends on AVD ,
any help ??
Posted
Comments
Sergey Alexandrovich Kryukov 23-Sep-14 13:49pm    
What's wrong with reading original documentation?
—SA

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900