Iâm having quite a lot of problems with this release.
Iâm trying to create a simple App and cant get it to work either creating the UI on Android Studio, which gives an error message â0â when I try to create an ixml file or trying to import it from Xcode as I can´t for the life of me find the âsync to Javaâ option in the context menu.
the GUI designer doesn´t even open when clicking on ixml files.
Is there a problem with my install? Are the getting started docs outdated?
UI Designer: Do you have both plugins installed? The UI Designer is now a separate plugin. Also, I saw in the GitHub issue that you opened, that you are using AS 2.2 beta 3. We only support AS 2.1 currently, could you please try it with that version?
The âSync to Javaâ option will only show when you click on a header file, and the header file is inside the Xcode project directory (build/xcode by default).
I followed your answers on Ivanooiâs question. However the generated classes dont seem to have any reference to the added views on the ViewController on Xcode.