RE: Could not compile application class

2014-11-13 Thread Ralph DiMola
This is an error I have received for Android builds a couple of times. It is usually caused by an update to the Android SDK. Do you have the Android build checked? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: Could not compile application class

2014-11-13 Thread Neil Roger
Hi Andrew, The could not compile application class message will genreally occur when you are trying to build for Android and there is a discrepancy in your Android SDK/Java setup. In your message you mention that you are trying to build for an iPhone so it could be that you have Android

Re: Could not compile application class

2014-11-13 Thread Andrew Henshaw
Nope, only iPhone checked. I went back to 6.6.5 and it compiled fine, so the error only happens in LC6.7 and LC 7. Odd, hopefully its just a one off and will work itself out somehow, its only happening in one app, everything else compiles fine. Thanks Andy On 13 Nov 2014, at 17:47,

Re: Could not Compile Application Class

2014-10-12 Thread Ray
Roger - thanks for the suggestion. That worked well for me. I also discovered in poking around a little that bluetooth transfers work, too. On 10/11/2014 9:48 PM, Roger Eller wrote: I have found that if the device doesn't mount as a USB drive, the next best method is dropbox. Install

Re: Could not Compile Application Class

2014-10-11 Thread Mark Schonewille
Hi Ray, Did you recently re-install or update LiveCode? Have a look at the preferences. LiveCode may have forgotten where to look for the Android APK. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Could not Compile Application Class

2014-10-11 Thread Ray
You're right. I haven't downloaded the Android APK. I guess that's kind of like the requirement to download xCode on the Mac side. Would you happen to have a link? I'm looking all over the place and can't find a simple link to download this. Thanks... On 10/11/2014 11:00 AM, Mark

Re: Could not Compile Application Class

2014-10-11 Thread Mark Schonewille
Ray, Go here https://developer.android.com/sdk/index.html?hl=i and click on Get the SDK for an existing IDE. Download and install in your program files folder. I have it installed in C:\Program Files (x86)\Android and have pointed LiveCode towards C:\Program Files (x86)\Android\android-sdk.

Re: Could not Compile Application Class

2014-10-11 Thread Ray
Mark, I think I'm about 90% the way there. I've installed both the Jave SE Development Kit as well as the Android SDK package you've pointed me to. The only error I'm getting is when I point the Mobile Support preference in Livecode to the folder you've indicated below I get an error from

Re: Could not Compile Application Class

2014-10-11 Thread Matthias Rebbe | M-R-D
Ray, this is a known problem. The file zipalign is missing. See http://forums.livecode.com/viewtopic.php?f=53t=20966 There you can also find the missing file. Regards, Matthias Am 11.10.2014 um 17:21 schrieb Ray r...@linkit.com: Mark, I think I'm about 90% the way there. I've

Re: Could not Compile Application Class

2014-10-11 Thread Mark Schonewille
Hi Ray, Double-click the file SDK-manager.exe and wait until it is visible. You'll see a list with checkboxes and Android versions. Select Android 2.2 (API 8) and click on Install. This should do it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: Could not Compile Application Class

2014-10-11 Thread Ray
/2014 2:38 PM, ray wrote: Sent from my Samsung Galaxy smartphone. Original message From: Mark Schonewille m.schonewi...@economy-x-talk.com Date:10/11/2014 12:55 PM (GMT-03:00) To: How to use LiveCode use-livecode@lists.runrev.com Cc: Subject: Re: Could not Compile Application

Re: Could not Compile Application Class

2014-10-11 Thread Ray
Guys - I've found some lessons on this and I'm well into the ordeal of keys, signatures, signings and so on so please ignore my last request. I think I can weed through this. Thanks! Original Message Subject:Re: Could not Compile Application Class Date: Sat, 11

Re: Could not Compile Application Class

2014-10-11 Thread Mark Wieder
Ray- Saturday, October 11, 2014, 12:43:00 PM, you wrote: Now, can anybody tell me how to get my Hello World standalone over to my Samsung Galaxy S5, 4.4.2 phone? I use Android File Transfer on osx. If you set developer mode on the phone and use debug mode, you can use the phone as an external

Re: Could not Compile Application Class

2014-10-11 Thread Ray
Mark, Thanks for this suggestion. I'm using Windows 8.1 so the Android File Transfer utility doesn't apply and their website simply says it's not necessary for Windows users. This still left me in the dark, but after a little experimentation I discovered, of all things, Bluetooth is the

Re: Could not Compile Application Class

2014-10-11 Thread Mark Wieder
Ray- Saturday, October 11, 2014, 2:56:46 PM, you wrote: Thanks for this suggestion. I'm using Windows 8.1 Yeah, sorry... I missed that in your original post. Glad you found something that works. -- -Mark Wieder ahsoftw...@gmail.com This communication may be unlawfully collected and stored

Re: Could not Compile Application Class

2014-10-11 Thread Ray
No need for apologies at all:) Your suggestion actually got me pointed in the right direction. Regarding the bigger picture, do you think anybody in Edinburgh would be interested in putting together instructions and steps for this? It seems to me we're really discouraging newcomers with the

Re: Could not Compile Application Class

2014-10-11 Thread Roger Eller
I have found that if the device doesn't mount as a USB drive, the next best method is dropbox. Install dropbox on both the computer and the device. Share a folder on the computer and drop the apk in there. Touch the apk and install it. Sent from my Android tablet