Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
07/09/12 07:33 AM (13 years ago)

Changes in latest version of Eclipse v3.6.2

hmmmm... Just updated Eclipse to latest version - V3.6.2 and updated the sdk manager and found that there is no longer the option to use an existing package when creating a new Android Project. ie, no option to use the downloaded BT package. It looks like the only option is to Import. Additionally, when importing, there's no option, that I can see, to change the package name, so every import is called BuzzTouch. So when it's in the workspace it'll need refactoring. Right click project name > Refactor > Rename. Also, the refactoring throws an error if you tick the 'Update References' box. It's unable to move resources. I always tick the box to update references, now I don't appear able to, so I'm wondering what the ramifications might be of not ticking it?
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
07/09/12 08:06 AM (13 years ago)
i had all kinds of issues when i tried to update my eclipse 3.6.x for Mac and ended up downloading and using 3.72 ..
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/09/12 08:22 AM (13 years ago)
Is 3.72 Mac only? Latest for me on windows is 3.6.2
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
07/09/12 08:40 AM (13 years ago)
It is Indigo and I believe all of the packages and install releases for Eclipse respond with the same version release number regardless of the OS. http://www.eclipse.org/downloads/packages/release/indigo/sr2 http://www.eclipse.org/downloads when i toggle from Mac OS to Windows or Linux it gives the same. I just remember some plugins not working and I was forced to upgrade to 3.72 .. I hope to never ever have to update again lol. pain in the ..
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/09/12 09:42 AM (13 years ago)
I've always used the Import function instead of the create new project option, and it's worked perfectly for me. And, you're right, it does default to buzzTouch as the project name, though I believe you can change it with a right-click from Package Explorer. Mark
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/09/12 11:40 AM (13 years ago)
Hi Mark, yes, right click project > refactor > rename, as I posted above. You can then re-name and select 'update preferences' or not. Since my OP I've downloaded a fresh project and both options (tick/untick update preferences) give an error that various files can't be copied, resulting, in both scenarios, in a corrupted project. The only way I've found to be able to change the project name is to change the name in the .properties xml file in the project folder before importing into eclipse. It's always worked perfectly in the past for me too, but not since I updated. Previously, I could change the name during the import process, but that option is no longer there.
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/09/12 11:45 AM (13 years ago)
Going to try a fresh eclipse install in case something's got corrupted. Although I don't think that's the case, because the relevent screens have actually got changed layouts and different wizard steps.
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
07/09/12 12:11 PM (13 years ago)
Thanks for the warning rave. David buzztouchmods.com
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/09/12 02:04 PM (13 years ago)
@Mark - it's not an eclipse update issue, it's an Android SDK update issue, caused by: Android SDK Tools - Revision 20 Android SDK Platform-Tools - Revision 12 Presumably, it'll affect everyone as they get updated. Could you check your updates, see if you have the same levels? If not try updating and see if you get the issues. Could be a problem... btw, I had Helios installed, but updated it to Indigo 3.7.2. Made no difference to the issues.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/09/12 02:16 PM (13 years ago)
Eclipse Indigo 3.7.2. Checked for updates, none found. Android SDK Tools - Revision 20 Android SDK Platform-Tools - Revision 12 I can do a File...New...Project...Android Project from Existing Code, and it allows me to import BT source. I can right-click the project, Refactor...Rename. No issue. File...Import still works for me. Basically...everything seems to be working for me as it usually does. No issues importing BT code, and though I tend to only work one project at a time, and don't rename, I am able to after the Import is done. Mark
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/09/12 02:30 PM (13 years ago)
Well that's weird. Perhaps the updates have defaulted some functions into the tabs along the top of eclipse or something? I'll have a dig around. Thanks for checking Mark!
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
07/10/12 05:31 AM (13 years ago)
I am also having a struggle. I haven't used eclipse for a couple of months as I have been working on ios recently. So when I started eclipse today, it upgraded lots of things. I created a simple app, with one page, that works on ios, but I haven't been able to create and app run it with eclipse yet (lots of errors).
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/10/12 06:07 AM (13 years ago)
I feel your pain! What I did was update from Helios to Indigo, then got the updates for Indigo, then updated everything in the sdk manager. Had lots of problems reported above with both Helios and Indigo. Closed pc overnight, rebooted this morning and it's working ok! Some options/settings have been moved around from Helios to Indigo and there seems to be a lot more errors, like unable to find project.properties all the time, but running Android Tools > Fix Project Properties, refreshing and doing a Project > Clean seems to fix most things.
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
07/10/12 08:58 AM (13 years ago)
Thanks @raveyd, a few words of encouragement gave me the impetus to keep going. I found some of your posts to others and together with "buzztouch for Android, A User’s Guide By GoNorthWest, June 2012" (a really good guide), my Eclipse is now working with a buzztouch 1.5 app I had prepared when I first started. I realise now that I have never tried an Android app since I went self hosted and that is where I still cannot get things to work. I am seeing an error (Skipping file '.DS_Store' due to ANDROID_AAPT_IGNORE pattern '.*') - I don't know what that means though...
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/10/12 09:25 AM (13 years ago)
Hi @AlanMac, Glad the buzztouch guide was of some help! The .DS_Store file/folder I *believe* is created when the package is zipped on a Mac. But it's not a required part of the source for Android, so you should be able to delete it safely. If you're still having issues, let me know, and we'll work through them. Perhaps we can do a TeamViewer session if that would help. Feel free to contact me at MrkFleming at gmail dot com. Mark
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
07/10/12 10:04 AM (13 years ago)
Cheers Mark and thanks for looking in. Your guide is bang up to date and it definitely helped. To prove to myself I am not going mad, I just created and downloaded the same Android project on buzztouch 1.5, buzztouch 2.0 (on buzztouch.com) and then on my self-hosted buzztouch 2.0. The app is a very basic 'hello world' - it consists of a single local html/text page, linked to the non tabbed menu. The versions created from my host did not work, but the both the ones on the buzztouch hosted control panel work fine. So it must be something to do with my self-hosted setup. I have noticed three odd things with it now - this, the fact that I lose the content of my html files under certain conditions and that I have to manually load my config.txt in to my ios builds. There were curl errors when installing that I thought were fixed at the time, now I am beginning to think it needs a rebuild... I really appreciate the offer of help Mark, I love the way people here are prepared to help each other; it is a real community. Alan
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/10/12 10:25 AM (13 years ago)
Hi Alan, It can indeed be a bit frustrating from time to time. With respect to loosing HTML files, are these Custom HTML/Text screens? Because there is an issue with CKedit that causes them to be lost from time to time. You can search the forum to find info about it. It for sure sounds like something is amiss with your self hosted solution. I've not experienced any issues with my self host at all. Every code package I've downloaded has just worked. But they do come with the .DS_Store folder, which has never caused me any issues. Let me know how I can help! Mark
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
07/10/12 11:40 AM (13 years ago)
I think I had diagnosed the CKedit lsing html circumstances, thinking it was the same for everyone - see http://www.buzztouch.com/forum/thread.php?tid=51BEC55EDC5A1CD62802407. I think @raveyd had an idea on where the problem is and the latest 2.1.7 doesn't do it on the buzztouch host, so there is hope!
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
07/10/12 01:55 PM (13 years ago)
I'm stuck @ the same spot. I haven't used Eclipse in a while but I launched it today and was hoping to do some work on a 2.0 app. I didn't update eclipse since the last time I used it to sucessfully build an android app like maybe 3 months ago... Eclipse is 3.7.1 and my SDK is rev 16. Same version, same SDK that worked in the past. (on my Mac) I'm still running BT Server 2.1.6. have not updated to 2.1.7 or modded it at all from the vanilla install. played with the theme a bit but it's still stock. I simply downloaded my source code and tried to open it like i always did under eclipse. I'm getting a lot of of "Invalid File Name" errors. in particular the "screen_menulistssimpleadvanced" most of the erros seem to be based around menulists and i'm pretty sure these are 3rd party plug-ins that i got from BTM and using in project. Putting it down for the day, but curious if anyone has actually sucessfully built a 2.0 Self Hosted Android app from source code they have downloaded in the past week? I've not tinkered with Eclipse or my settings/sdk since my last sucessful build. It wants to update. I tried a new install/set-up on a different Windows system. Fresh instal folowing marks awesome guide with the 3.7.2 and the r20 SDK. I'm getting mostly the same errors...
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/10/12 02:30 PM (13 years ago)
So, as noted above, I'm running the levels people are reporting issues with. I'm also running BT Server 2.1.7, and have a project there I know has worked in the past. I downloaded the source again and overwrote the old files. Brought it into Eclipse using Import...General...Existing Project, and it loaded just fine. No errors at all. Then ran it through my Emulator, and it works as expected. I also did an Import...Android...Existing Project, and it loaded but with GeoPoint errors. I switched to Google APIs instead of Android APIs in the Properties section, and all errors resolved. No further issues! Mark
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/10/12 02:33 PM (13 years ago)
Built one this afternoon for a scringo tutorial. First one in a few days that had no problems! It's like eclipse has got used to the new configurations from helios to indigo!
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/10/12 02:34 PM (13 years ago)
Actually, perhaps it has.. it probably stores settings somewhere.
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
07/11/12 08:19 AM (13 years ago)
I just pulled down the source code from a 1.5 app from the BT CPanel. Imported and compiled it without any issues in Eclipse 3.7.2 using the r20 tools. (I did have to do one instance of Android Tools > Fix Project Properties) So this leads me to believe my enviroment is good, I'm set to Import 2.0 projects from my Self Hosted. no luck. Are you guys using/making any plug-ins? I have all that have been posted on my server and a handful of ones I've been making for iOS. These do get packaged as part of the source code. I REMOVED all of mine from the server to eliminate them from the mix to resolve this. I still get these errors below when I import the project. Lots of them are related to the quiz, but lots related to standard BT code/files i've not touched and works in the same enviroment with a 1.5 app. Confirmed i'm using Google API's Platform 2.2 API level 8 Hoping this is just a setting/checkbox that needs to be ticked to resolve all the Java Problems Description Resource Path Location Type Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties. buzzTouch line 1 Android ADT Problem btnAnswer_1 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 248 Java Problem btnAnswer_1 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 802 Java Problem btnAnswer_2 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 249 Java Problem btnAnswer_2 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 807 Java Problem btnAnswer_3 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 250 Java Problem btnAnswer_3 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 847 Java Problem btnAnswer_4 cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 251 Java Problem checkboxView cannot be resolved or is not a field BT_screen_settingsDevice.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 372 Java Problem checkboxView cannot be resolved or is not a field BT_screen_settingsLocation.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 329 Java Problem containerHorizontalButtons cannot be resolved or is not a field BT_screen_menuButtons.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 187 Java Problem containerViewHorizontal cannot be resolved or is not a field BT_screen_menuButtons.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 185 Java Problem containerViewHorizontalBottom cannot be resolved or is not a field BT_screen_menuButtons.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 186 Java Problem descriptionView cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 834 Java Problem documentTypeIcon cannot be resolved or is not a field BT_screen_excelDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 115 Java Problem documentTypeIcon cannot be resolved or is not a field BT_screen_pdfDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 115 Java Problem documentTypeIcon cannot be resolved or is not a field BT_screen_pptDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 115 Java Problem documentTypeIcon cannot be resolved or is not a field BT_screen_wordDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 115 Java Problem downloadButton cannot be resolved or is not a field BT_screen_excelDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 120 Java Problem downloadButton cannot be resolved or is not a field BT_screen_pdfDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 120 Java Problem downloadButton cannot be resolved or is not a field BT_screen_pptDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 120 Java Problem downloadButton cannot be resolved or is not a field BT_screen_wordDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 120 Java Problem flipper cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 233 Java Problem headerImageContainer cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 273 Java Problem headerImageView cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 274 Java Problem horizontalScrollView cannot be resolved or is not a field BT_screen_menuButtons.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 195 Java Problem iconStatusView cannot be resolved or is not a field BT_screen_settingsLogIn.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 142 Java Problem iconView cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 575 Java Problem iconView cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 832 Java Problem imageTitleBottom cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 216 Java Problem imageTitleTop cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 213 Java Problem imgBonus cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 235 Java Problem imgQuestion cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 230 Java Problem imgRight cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 231 Java Problem imgWrong cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 233 Java Problem indicatorView cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 835 Java Problem indicatorView cannot be resolved or is not a field BT_screen_menuListSimpleAdvancedBackup.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 534 Java Problem layoutButtons cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 252 Java Problem listView cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 242 Java Problem listView cannot be resolved or is not a field BT_screen_menuListSimpleAdvancedBackup.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 166 Java Problem listView cannot be resolved or is not a field BT_screen_settingsDevice.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 145 Java Problem listView cannot be resolved or is not a field BT_screen_settingsLocation.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 141 Java Problem listViewContainer cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 431 Java Problem loadingIndicator cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 209 Java Problem logInIdLabel cannot be resolved or is not a field BT_screen_settingsLogIn.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 125 Java Problem logInIdText cannot be resolved or is not a field BT_screen_settingsLogIn.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 130 Java Problem logInPasswordLabel cannot be resolved or is not a field BT_screen_settingsLogIn.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 134 Java Problem logInPasswordText cannot be resolved or is not a field BT_screen_settingsLogIn.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 139 Java Problem mapView cannot be resolved or is not a field BT_screen_map.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 216 Java Problem menu_list_checkbox cannot be resolved or is not a field BT_screen_settingsDevice.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 352 Java Problem menu_list_checkbox cannot be resolved or is not a field BT_screen_settingsDevice.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 369 Java Problem menu_list_checkbox cannot be resolved or is not a field BT_screen_settingsLocation.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 309 Java Problem menu_list_checkbox cannot be resolved or is not a field BT_screen_settingsLocation.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 326 Java Problem menu_list_rowsimple cannot be resolved or is not a field BT_screen_menuListSimpleAdvancedBackup.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 521 Java Problem menu_list_rowsimpleadvanced cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 826 Java Problem my_first_plugin cannot be resolved or is not a field my_first_plugin.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 84 Java Problem one cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 381 Java Problem one cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 677 Java Problem one cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 717 Java Problem one cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 777 Java Problem one cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 990 Java Problem openWithButton cannot be resolved or is not a field BT_screen_excelDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 119 Java Problem openWithButton cannot be resolved or is not a field BT_screen_pdfDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 119 Java Problem openWithButton cannot be resolved or is not a field BT_screen_pptDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 119 Java Problem openWithButton cannot be resolved or is not a field BT_screen_wordDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 119 Java Problem quiz_10x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 328 Java Problem quiz_3x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 314 Java Problem quiz_4x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 316 Java Problem quiz_5x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 318 Java Problem quiz_6x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 320 Java Problem quiz_7x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 322 Java Problem quiz_8x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 324 Java Problem quiz_9x cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 326 Java Problem screen_blank cannot be resolved or is not a field BT_screen_blank.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 84 Java Problem screen_customhtml cannot be resolved or is not a field BT_screen_customHTML.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 105 Java Problem screen_customurl cannot be resolved or is not a field BT_screen_customURL.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 105 Java Problem screen_exceldoc cannot be resolved or is not a field BT_screen_excelDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 109 Java Problem screen_htmldoc cannot be resolved or is not a field BT_screen_htmlDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 105 Java Problem screen_images cannot be resolved or is not a field BT_screen_images.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 181 Java Problem screen_map cannot be resolved or is not a field BT_screen_map.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 213 Java Problem screen_menubuttons cannot be resolved or is not a field BT_screen_menuButtons.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 181 Java Problem screen_menulistsimple cannot be resolved or is not a field BT_screen_menuListSimpleAdvancedBackup.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 163 Java Problem screen_menulistsimpleadvanced cannot be resolved or is not a field BT_screen_menuListSimpleAdvanced.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 239 Java Problem screen_pdfdoc cannot be resolved or is not a field BT_screen_pdfDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 109 Java Problem screen_pptdoc cannot be resolved or is not a field BT_screen_pptDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 109 Java Problem screen_quiz cannot be resolved or is not a field BT_screen_quiz.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 227 Java Problem screen_settingsdevice cannot be resolved or is not a field BT_screen_settingsDevice.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 142 Java Problem screen_settingslocation cannot be resolved or is not a field BT_screen_settingsLocation.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 138 Java Problem screen_settingslogin cannot be resolved or is not a field BT_screen_settingsLogIn.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 120 Java Problem screen_splash cannot be resolved or is not a field BT_screen_splash.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 77 Java Problem screen_worddoc cannot be resolved or is not a field BT_screen_wordDoc.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 109 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 89 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 131 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 132 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 165 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 166 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 196 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 221 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 238 Java Problem sparrakortenandroid_appDelegate cannot be resolved BT_fileManager.java /buzzTouch/src/com/BT20SelfHostedAndroidappandroid line 263 Java Problem
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/11/12 08:33 AM (13 years ago)
If you want to send me your source package I can try running it through my Eclipse to see if it's an environment problem. MrkFleming at gmail dot com Mark
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
07/11/12 08:48 AM (13 years ago)
I'd appreciate it, I want to get back to iOS stuff but need to get this Android version finished. Strange I can build and run a 1.5 in the enviroment but not a 2.0. I do think I might need to upgrade the quiz, i just ran a search and saw some posts for some updates to the Android version David posted. I'll send along a simple 2 screen app that doesn't even use the quiz that kicks me all the errors. many thanks chief!
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
07/11/12 09:03 AM (13 years ago)
Are there any errors in the res folder, the xml files? What are the errors in the java files, are they R classes? Red squiggle under R.?
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
07/11/12 09:43 AM (13 years ago)
no errors in the res folder all errors are in the src folder all of the Type are 'Java Problem' I'm pretty sure this is related to the plugins from BTM. lots of posts on this page describe exactly what i'm having problems with... https://www.buzztouchmods.com/downloads.php?download_id=13 wasn't until i got to this line gong thru the errors that i saw this and realized - that definately ain't right... ---> sparrakortenandroid_appDelegate If you haven't tried the project yet mark, hold up! I may have it resolved...
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
07/11/12 10:02 AM (13 years ago)
Just sent you my findings...some interesting stuff! Mark
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
07/11/12 12:12 PM (13 years ago)
Thanks again to Mark - he ALMOST got this. I suspect given time, and if it was his own project he would figure it out eventually. What a great resource he is. But alas, I'm finding that there seem to be some issues with BT 2.0 Android and 3rd party plugins from BTM, specifically the BT Menu Advanced. Not sure who else is running into this but I'm using 2.1.0 of the BTM Advanced menu on BT SH 2.1.6 and and it does not appear to be operational under Android unless you make some changes to the code. I tried them and no go so far. Most of the chnages are 'delete this file' which ends up breakingthe menu i was trying to use. The new quiz also seems to be giving me errors too. I've seen posts in regards to an update to this on the way. Maybe that will resolve those issues. I'm going back to 1.5 for now on Self Hosted for Android so i can get this project done. Bummed I can't do this in 2.0! Thanks again for the help Mark and you too raveyd!
 

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.