Skip to main content
Participant
September 26, 2012
Question

How to make flex control visible while loading map activity from the native extension for android?

  • September 26, 2012
  • 2 replies
  • 934 views

I am stuck at the point where i want to show flex control like buttons and labels etc. at the bottom and a native android Map on the Top. What happens is the map activity covers the whole screen. Is there any way to setFrame of the Map view as there is in IOS. Or is there another way so that i can show flex control as well as a native android map in a single view.

This topic has been closed for replies.

2 replies

Known Participant
October 8, 2012

load in app   advertising  in ios application example http://lilili87222.github.com/admob-for-flash/

Participating Frequently
October 5, 2012

Sorry but I have a side question.  Does your map actually show with your ANE?  If so what version of the IDE are you using?  I was able to get a MapActivity to show and it did take up the whole screen but I got only the grey tiles.  No map data information.  I tested the same MapKey on a native Android application and it worked fine.

Once again sorry I can't help you with your issue but I'm trying to ge to the point where you are now.

Thanks again!

Markus

ShethNishAuthor
Participant
October 8, 2012

Hello,

     Yes,my map is actually shown with the ANE.I have faced the same problem as yours earlier.You have to resign your APK with the same key as you have in debug.keystore by using this command in terminal.

jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore /...../.android/debug.keystore /....../Android.apk androiddebugkey

HTH