Monkey
Store
Community
Apps
Contact
Login or Signup

MonkeyPro47c now up!

Monkey Programming Forums/Monkey Programming/MonkeyPro47c now up!

marksibly(Posted 1+ years ago) #1
Hi,

Includes fixes for building on Android, and fixes to name mangling.

YOU MUST UPDATE ANDROID SDK TO LATEST VERSION - currently this is Android SDK tools rev 14, Android SDK platform tools rev 8 according to SDK manager.

You'll also need to delete .build/android folders.


Xaron(Posted 1+ years ago) #2
Thanks Mark! Is this still an experimental release?

edit: Ah sorry, just see this isn't experimental anymore. :)


hardcoal(Posted 1+ years ago) #3
if its on the on the top product updates file list then its none experimental


therevills(Posted 1+ years ago) #4
If anyone is behind a proxy which requires authorization, the Android SDK manager (r14) has a bug in it:

http://code.google.com/p/android/issues/detail?id=20976

You can download the files needed from the repositories:

https://dl-ssl.google.com/android/repository/repository.xml

https://dl-ssl.google.com/android/repository/repository-5.xml

https://dl-ssl.google.com/android/repository/addons_list.xml

https://dl-ssl.google.com/android/repository/addon.xml


therevills(Posted 1+ years ago) #5
Sorry for double post, but I didnt want this question to be lost with the above:

Mark, any chance of adding auto launching for Android? Its pretty easy to add to trans:

http://www.monkeycoder.co.nz/Community/posts.php?topic=1622#15109


slenkar(Posted 1+ years ago) #6
hey, a little idea,
if you are tired of people forgetting to delete build folders

you could include a little note in a build that says which version of monkey was used to build it,

and then if its lower then monkey deletes the build folder


dmaz(Posted 1+ years ago) #7
you could include a little note in a build that says which version of monkey was used to build it,
and then if its lower then monkey deletes the build folder
since we can make changes to those files it would really suck if they were automatically deleted. but a popup note or even just a standard error before the actual build would be cool.


siread(Posted 1+ years ago) #8
Since updating I'm getting problems building. Some of my classes contain diddy arraylists. For instance my TImageOb class contains a global list...

Global oblist:ArrayList<TImageOb>

Now during "Semanting" it says...
collections.monkey<321> : Error : Cannot convert from object to TImageOb.

Any ideas? Was fine in 0.46.


slenkar(Posted 1+ years ago) #9
since we can make changes to those files it would really suck if they were automatically deleted. but a popup note or even just a standard error before the actual build would be cool.

yes that would be better


therevills(Posted 1+ years ago) #10
@siread - what version of Diddy are you using?

I've tested the latest Diddy code (r302) with the GUI demo on v47c and it works fine (HTML5 at least)... I've just uploaded r302 zip file for anyone who cant use SVN ;)


marksibly(Posted 1+ years ago) #11
Hi,

> Mark, any chance of adding auto launching for Android? Its pretty easy to add to trans:

Yes, will do.


siread(Posted 1+ years ago) #12
I've tested the latest Diddy code (r302) with the GUI demo on v47c and it works fine (HTML5 at least)... I've just uploaded r302 zip file for anyone how cant use SVN ;)


Oops! That will be it then. Thanks. :)