Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 51

AussieRyan
Aspiring developer
Profile
Posts: 148
Reg: Mar 21, 2012
Margate, QLD Au...
1,480
11/07/12 05:10 PM (13 years ago)

image emailer plugin - android

I have added a simple BT app to Eclipse (Home Screen = Custom HTML). Opening it in Eclipse shows 3 errors (in BT_screen_imageEmail.java) and 110 warnings. screenshot- https://www.dropbox.com/s/9avuroscwy8tnfj/image_emailer_plugin_errors.png I can remove the first and third by substituting [packagename] for big10roadtrip. I do not know what the second error is or how to fix. Any ideas?
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
11/07/12 11:20 PM (13 years ago)
Is this an older v1.5 projet? Must be. What is big10roadtrip_appDelegate? Look at the error log you posted, it references a project with this name....not sure how it got in there. Could this a be a plugin you're using in a new project that you created yourself? Maybe some code that came from a different project? It looks like your projects package name is androidtest (I'm looking at your image). This means that you probably have a file in your project named "androidtest_appDelegate.java" If this is the case... 1) all occurrences of big10roadtrip_appDelegate need to be replaced with androidtest_appDelegate 2) all occrrences of com.big10roadtrip need to be replaced with com.androidtest When I say all, I mean ALL. It's likely that there are multiple occurrences of these values scattered throughout your project that must be fixed.
 

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.