Hi all,
Just curious.
if you have an existing app.
You then upgrade your Gideros to latest version.
Would this build normally?
...hard to explain.
eg. say you had put in the Facebook Plugins manually into Eclipse(Android) in the last version.
Now this new Gideros has built in Facebook goodies, so would i then need to revisit all my code and test it all again...or would it just use what i have now, and not affect anything with the new stuff.. ?
hope im making sense.....
#:-S
Comments
Where might be a problem, is the changes in template for example, so, for example, if you export assets from new Gideros version, it will replace libgideros file, which won't be compatible with android project you are using
im thinking:
- copy the Android Manifest and main code into a notepad.
- export from Gideros, the entire project again.
- compare the manifest bits with the stuff in the old notepad version.
- im hoping the library/com. files wont need redoing, as there are bits for facebook,googlebilling,etc. even though i took notes of what i needed to install/change as i did the first time i setup my app. There was a fair bit to fiddle with to get it right.
:-??
http://artleeapps.com/
Bubble Adventure - Colors
export clean project, copy plugins files, modify activity and manifest for plugins
But you really need to check first if that will be an issue or not, cause sometimes, there are only modifications in libgideros and its completely enough to do the assets export