05-03-2011 11:31 PM
05-03-2011 11:36 PM - edited 05-03-2011 11:38 PM
Thanks for posting this, I was just about to grab the update. Me thinks I'll wait a bit... ![]()
05-04-2011 05:18 AM
Hello,
does your app. have its bbtablet.xml properly defined for access (internet, ... ) ? With which SDK the app. has been built ?
05-04-2011 06:57 AM
05-04-2011 07:39 AM
Ok. I got it working.
I'm using an ant build.xml file to simplify building my app.
For the build target, I was specifying -compiler.debug as an argument for amxmlc.
So, effectively,
amxmlc.bat -compiler.debug <filename.as>
I removed the -compiler.debug argument, repackaged and deployed and it loaded up no problem. Very strange though. How am I now supposed to debug my app (with fdb) when running on the tablet?