View Single Post
Old 05-10-2010, 03:15 AM   #8
mba
Edge User
 
Hi.

I can confirm the problem is on
<uses-library android:name="com.google.android.maps" />
which can only be run on an device with google apis.

I'm actually working on a project that use google apis just to display a map, and I have to remove this line to install it on my Edge.

Question to Entourage in case they have already thought about this :
- as a developper, do you think there is way to display a map without MapActivity so my app can run on Edge ? I already tried using a WebView but I don't have the same possiblities ...
- would it be possible to modify Android so applications requiring Google Apis will install but only activity using Map will not run ? In my app, I have a lot of Activities but only one will use Map ...