About Store Forum Documentation Contact



Post Reply 
Google Android SDK has not been specified or is invalid
Author Message
Ozmodian Offline
Member

Post: #1
Google Android SDK has not been specified or is invalid
Ok I give up. I have been trying to build to my Android Device and I just keep getting the message "Google Android SDK has not been specified or is invalid. I was able to follow the link below and get that app to install and run on my Android Device

http://www.esenthel.com/wiki/index.php?t...nvironment

Can somebody PLEASE help me. My current mapping to Android is

F:\Android\adt-bundle-windows-x86\

I have no idea what i am doing wrong.

Go Figure! As soon as I post, i have a break through.

If anybody else has this problem, it is simple. The link that is in the instructions defaults to the ADT bundle. DON'T DOWNLOAD THIS! Click Download Other Platforms. This is all you need to do!
(This post was last modified: 12-01-2012 07:40 AM by Ozmodian.)
12-01-2012 07:23 AM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #2
RE: Google Android SDK has not been specified or is invalid
Now I got past that step an have another issue. Again, i have no problem running the application from Eclipse, but from Code Editor, i keep getting Application\Androide\build.cml:10 and it says Missing attribute librarrRFIeRefid
12-01-2012 08:45 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Google Android SDK has not been specified or is invalid
I see that Google just updated the Android NDK, if you have that latest version (r8c) then maybe that's the source of problems.
I'm currently downloading that latest version to verify that it works ok.
12-01-2012 12:27 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Google Android SDK has not been specified or is invalid
I've just updated the Google Android NDK and it works ok.
Please make sure that you have the latest:
Esenthel Windows SDK
Esenthel Android SDK
Google Android SDK
Google Android NDK
12-01-2012 01:00 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #5
RE: Google Android SDK has not been specified or is invalid
Hi Esenthel,

Thanks for the quick response, I am amazed how you are always on it so quickly.

I have all the latest files. The code works perfectly fine in Eclipse, i just cant get it to finish the build using the Code Editor. It goes through all the compiling and I don't see any errors, but Are there any settings there that could cause it?

I just looked more closely through the compile output and i see a line that says unable to locate tools.jar. The path it is using is the JRE instead of the JDK. I checked the JDK link in the options and it is pointed to the right place. Is there a way i can fix that reference so Esenthel uses the correct JDK link?
12-01-2012 04:28 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Google Android SDK has not been specified or is invalid
Hello,

Could you please attach a screenshot from code editor compilation output?
Also could you attach a screen from code editor options with paths to all sdk ndk jdk.
12-01-2012 07:23 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #7
RE: Google Android SDK has not been specified or is invalid
Hi Esenthel,

Thanks again. I have attached the requested screen shots. The Build log was large so i attached as much as was allowed

   

   

   

   

   
12-02-2012 01:45 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Google Android SDK has not been specified or is invalid
Thank you, I think I know what's the problem, I'll try to fix it asap.
12-03-2012 01:07 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: Google Android SDK has not been specified or is invalid
Please use the Autoupdate tool in "Esenthel SDK for Windows" (no need for EE Android SDK redownloading) it should be fine now.

The problem was that Google released new version of Google Android SDK incompatible with last EE SDK version. When I was trying to update to latest Google Android SDK version, it said I already have latest version (20), but looking at your screens I noticed you have 21 version. So I had to manually update to latest Google Android SDK without using their autoupdate.
12-03-2012 02:03 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #10
RE: Google Android SDK has not been specified or is invalid
Hi Esenthel,

You never stop impressing me. Whatever you did worked.

I hate to be a bother, but after that worked i tried compiling Ineisis in Android and have not been able to. I have attached the OUTPUT below.

1 note, i had to merge the changes you recently made to Ineisis into my project instead of just using your straight source code because i made some changes i did not want to lose. It does compile and run fine in Windows though. I also checked the files in the log like Scheduler and it basically matches the files you have in the source code.

Thanks again for your continued help.

   
12-03-2012 05:01 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #11
RE: Google Android SDK has not been specified or is invalid
Hi,
These were GCC compiler related issues.
Please update Esenthel Windows SDK and redownload Ineisis sources from Esenthel Store, it should be ok now.
12-05-2012 01:55 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #12
RE: Google Android SDK has not been specified or is invalid
Wow, how do you fix these things so quickly! I am at work right now but when i get home i will update my files and try it.

Thanks again!
12-05-2012 07:47 PM
Find all posts by this user Quote this message in a reply
Post Reply