Discussion Forums  >  Images, Documents, File Locations

Replies: 1    Views: 112

XactWeb
Android Fan
Profile
Posts: 85
Reg: Jan 09, 2012
Bangor
850
02/10/12 04:19 PM (14 years ago)

Where do you specify image locations in Eclipse using BT Server?

I have a simple app that uses icons. Those are .png files. I cna get it to work using the URL method but not if I try to compile the images in eclipse. Essentially I want to have my splash page and icons within the package. When I export my package from BT server and into Eclipse I don't see any folders or location for the images. Could someone perhaps lead me down the right direction of how to approach this? I know I need to specify them in the package within Ecplise but I don't know where to start. Thanks in advance.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
02/10/12 04:31 PM (14 years ago)
Hi, For BT Server, check out the Readme file. Here is a bit from that: 'Previously, we had instructed app-owners to place artwork and graphics that are related to individual screens in the /assets/BT_Images folder. This is causing lots of problems. Because of this, we are changing all the source-code in the existing plugins to pull graphics from the /res/drawable directory instead. This means if you use an image-name (and not a URL) in the control panel when referencing images, the image you name must exist in the /res/drawable directory when you compile your project. ECLIPSE ONLY ALLOWS LOWER CASE LETTERS IN IMAGE NAMES. This means the image you add to the /res/drawable directory must have lower-case file names. This also means that all the images named in your control panel must also have lower case file names. ' Mark
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.