MonkeyPro47c now up! [MONKEY NEWS]
Monkey Forums/Monkey Programming/MonkeyPro47c now up! [MONKEY NEWS]
| ||
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. |
| ||
Thanks Mark! Is this still an experimental release? edit: Ah sorry, just see this isn't experimental anymore. :) |
| ||
if its on the on the top product updates file list then its none experimental |
| ||
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 |
| ||
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 |
| ||
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 |
| ||
you could include a little note in a build that says which version of monkey was used to build it, 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. and then if its lower then monkey deletes the build folder |
| ||
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. |
| ||
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 |
| ||
@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 ;) |
| ||
Hi, > Mark, any chance of adding auto launching for Android? Its pretty easy to add to trans: Yes, will do. |
| ||
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. :) |