Building an app with Eclipse Forum Home > Construct 2 General > Construct 2 general |
Post Reply
|
Page 12> |
| Author | |
Post Options
Quote Reply
Topic: Building an app with EclipsePosted: 27 Apr 2012 at 11:25pm |
|
|
I've followed the 'Getting started' guide from the PhoneGap website. I've completed the 'Hello World' tutorial, I feel as thought I have a basic grip on things. Extremely basic.
However, I haven't found any tutorials that are C2 specific. Can someone take a look at my folder structure below and see anything obviously wrong? The app force closes on launch every time. Where should my media and images folders be etc? Are they in the right place? Thanks in advance for any help.
|
|
![]() |
|
Post Options
Quote Reply
Posted: 28 Apr 2012 at 10:22am |
|
|
@FredQ.
Your media and images folders are in the correct place. However, your libs folder should be moved up to the same level as the assets folder. This is how my project is set up. I'm using cordova-1.6.1 by the way. Within the res folder I have an xml folder. Place the config.xml file there. I hope this helps you. |
|
![]() |
|
Post Options
Quote Reply
Posted: 28 Apr 2012 at 6:24pm |
|
|
Thanks will try later :) Does anybody else have anything to add on the matter? I think it would be good to get a guide together that is construct 2 focused.
|
|
![]() |
|
Post Options
Quote Reply
Posted: 28 Apr 2012 at 10:18pm |
|
|
I just set this up now. One problem I ran into was that the index.html file was looking for 'phonegap.js' and the downloaded file is called 'cordova-1.7.0rc1.js' so I had to rename it.
|
|
![]() |
|
Post Options
Quote Reply
Posted: 29 Apr 2012 at 1:30pm |
|
|
Done it, it's now working. Thanks!
One problem though, the status bar is showing now. I think it's ignoring my config.xml because if I auto-build using the phonegap website then the fullscreen mode (no status bar) works. Just not through eclipse. |
|
![]() |
|
Post Options
Quote Reply
Posted: 29 Apr 2012 at 3:54pm |
|
|
Seems the config.xml is only for the phonegap build service. You need to put the icon/orientation/permissions/etc. info from config.xml into AndroidManifest.xml.
And for fullscreen:
|
|
![]() |
|
Post Options
Quote Reply
Posted: 29 Apr 2012 at 4:21pm |
|
|
Thank you. Does the above go in the manifest then? Or the main *Activity.java?
|
|
![]() |
|
Post Options
Quote Reply
Posted: 29 Apr 2012 at 4:29pm |
|
|
In the main activity. You just need to add the getWindow().... line
|
|
![]() |
|
Post Options
Quote Reply
Posted: 29 Apr 2012 at 5:21pm |
|
|
Thank you. That's sorted it :)
|
|
![]() |
|
Post Options
Quote Reply
Posted: 29 Apr 2012 at 6:27pm |
|
|
@FredQ, any reason you're not just using PhoneGap Build? It's literally 10x easier and was designed to avoid all this hassle.
|
|
![]() |
|
Post Reply
|
Page 12> |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |