Hi,
Just downloaded this app and started to understand what it is doing there. I am linux ubuntu 12.04 user with WINE, the app is running fine on wine, but when I export, it ask for folder name which I have to manually type, well thats not a big deal, but when I export it only export the ASSETS folder and in there there is again ASSETS folder, and no other file so I can not import the project inside the eclipse.
My second question is.. Is there a way to change the screen resolution of the testing app. I run the code in my Android Samsung Pocket model which is having a small screen so all the demo apps go out of the screen.
Looking forward
Regards
Comments
Were you exporting "asset only"? you should look at the export window, there is a checkmark that should not be checked if you wish to export full project.
And regarding sreen resolution, right click at the project in gideros studio and select properties. Try to change screen scaling to letterbox to let Gideros auto scretch res
http://www.nightspade.com
Is there any debug option so I can send you some memory dump of the application?
I also run Gideros with wine on Ubuntu 12.04. I try to export my project and it works fine. The exported project imported well on eclipse. My Gideros version is 2012.2.2.2
I will post snap shot of complete process in my next reply
Then I deleted my working eclipse project and re-exported in full, imported into eclipse and getting the same error.
http://www.nightspade.com
@Aamir use 2012.8 and only get the assets when he try exporting his project. But in your case, you use 2012.8.1 and you can export the project but you can import your project in eclipse
2012.8.1 should solve @Aamir's problem
Personal site: Juan Benitez
Which is explained here:
http://developer.android.com/sdk/installing/installing-adt.html
But what it seems @Aamir was doing, is upon exporting selecting exports only check box. You need to do the full export first time (assets only unselected), which will export the full project.
If it still does not export the full project, it means there could be problems with permissions. For example, the template where Gideros looks for, to export Android project is located at C:\Program Files\Gideros\Templates\Eclipse\Android Template
Well, my solution was:
1- create a new directory named Gideros in /Program Files/
2- create a link to /Program Files (x86)/Gideros
and that's it, now it is working properly, i hope this will help to others.
Likes: ar2rsawseen
Personal site: Juan Benitez