Closed GoogleCodeExporter closed 9 years ago
Not being able to save is the only thing holding the level editor back.
I think I found the answer to this problem. You cannot use any Android library
stuff in your Xml code or I cannot use it in my stand alone app. The exception
above means the code is there but the implementation is not. Your XML
parsing/saving can therefore only be run on the Android and thus needs to be
rewritten to use native java xml parsing/saving.
This has to be done asap.
Original comment by shinhals...@gmail.com
on 29 Mar 2011 at 11:48
Reverted file back to how it was originally and got it working separate from
the android project. Since it's a stand alone program anyway it doesn't really
need to be able to compile in the android project. Once this restriction was
gone it was fairly easy to get it working properly.
Original comment by steven.i...@gmail.com
on 30 Mar 2011 at 3:30
Original issue reported on code.google.com by
shinhals...@gmail.com
on 29 Mar 2011 at 10:38