Jump to content

blong

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by blong


  1. Quote

    And in the FMXNativeActivity.java, I had to explicitly add the import of java.util.ArrayList (got an exception otherwise)

    So using the fully qualified class name didn't work (mRegisteredIntentActions = new java.util.ArrayList<String>();)? That's odd. I'm pretty sure it did for me....

     

    And by exception do you mean a runtime exception, or a compile-time error?

     

    Quote

    In the .bat file I had to adjust as follows

    Ah, so that SDK path I assume is from an ESD install? My path came from an ISO install. Useful to know another possible default path - I'll add that into the text later, thanks!

×