the zipalign tool was not found in the sdk [duplicate] - android

This question already has answers here:
cannot find zip-align when publishing app
(25 answers)
Closed 8 years ago.
When I want to export a signed apk, I get this message :
the zipalign tool was not found in the sdk
I've updated my sdk, my eclipse, still get it.
Then, I saw I had no file called zipalign in my sdk/tools folder.
So I copied one I had in another sdk folder, as I saw in another post.
I checked this post : Error while running zipalign
I'm exporting to the desktop, so I have rights.
I have no idea, what should I do now. It seems that this problems happens after updating sdk
https://groups.google.com/forum/#!topic/appium-discuss/h7JwtwmJCIM
PD: I use Mac.
Any Idea?

In Eclipse, go to Window → Android SDK Manager, check Android SDK **Build-tools** Rev. 20 and then click Install.
After the update restart Eclipse and try again.

Related

Appcelerator: No Android SDKs were found under the specified SDK location, with Android Studio

I first installed Android Studio .
then Downloaded Android SDK in a separate folder C:/Users/user-name/SDKs
pointed out Android Studio to this Directory and it went just fine.
Then Installed Appcelerator Studio and it went just fine .
Studio wanted to download Android SDK to a specific location .here i pointed the SDK locatioon to the Directory C:/Users/user-name/SDKs
And here the error Comes ,No Android SDKs were found under the specified SDK location
PS : when i click manage AVDs it pops up Android AVD manager !!
Using Windows 10
As a Direct answer for this Question :
go to C:/Users/user-name/.titanium/
delete the file named config.json
then restart the IDE
This should solve the problem instantly
on Windows 10

After Updating ADT 23, SDK path miss from preference [duplicate]

This question already has answers here:
Update Eclipse with Android development tools v. 23
(43 answers)
Closed 8 years ago.
After Updating the ADT 23 getting the error for annotation tried too much appreciated solutions but can't able to solved it.
Then after new problem arise that the SDK path not Found in Preference when tried to set Path again There is no enable ok button.
NOTE: Using ADT bunble eclipse "Not specific eclipse version JUNO or etc".
Using Ubuntu OS 12.4
I got The solution and now project is build successfully.
1.) Delete the Android SDK tool package(Updated package with Latest ADT) from Android SDK manager.
2.) I have old bundle .zip file which is i am using,
Extract it and copy the tool folder from there and past it in current sdk.

Android Studio Not Loading [duplicate]

This question already has answers here:
Android Studio installation on Windows 7 fails, no JDK found
(29 answers)
Closed 9 years ago.
After Google Announced Android Studio based on IntelliJ I wanted to give it a try but I'm having an issue. It installed fine, and during the install successfully found the JDK but when I try to launch it nothing happens. No error, no splash screen no nothing.
Has anyone else had this issue?
Thanks for any help you can provide.
You have to add a new system variable named ANDROID_STUDIO_JDK or JDK_HOME with the path to your JDK install folder, such as C:\Program Files\Java\jdk1.7.0_21\
Yes what you need to do is add a new system variable or JDK_HOME with the path to your JDK install folder, for me it "C:\Program Files\Java\jdk1.7.0_21"

Android Studio does not launch after installation [duplicate]

This question already has answers here:
Android Studio installation on Windows 7 fails, no JDK found
(29 answers)
Closed 9 years ago.
I've just downloaded the new Android Studio IDE released today, and installed it. When I double-click the icon to launch it, nothing happens. I've tried every shortcut to it, as well as the .exe in the installation folder.
I've also tried restarting the machine, uninstalling / restarting, and installing to a folder location without spaces. Does someone know why Android Studio won't start?
I set my JDK_HOME environment variable to point to my Java (1.7) JDK path, and it worked.
My JDK path was:
c:\Program Files\Java\jdk1.7.0_21
but it will vary depending on the version of your JDK.
For directions in setting PATH variables for windows see: http://java.com/en/download/help/path.xml

Android SDK install: Java SE development Kit (JDK) not found [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Android SDK installation doesn't find JDK
I have installed Java runtime 6 to C:\src\libraries\jre6.
I installed Java JDK to C:\src\libraries\javasdk.
My %PATH% is set to:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32
\WindowsPowerShell\v1.0;C:\src\libraries\javasdk\bin;C:\src\libraries\javasdk;C:
\src\libraries\javasdk\jdk\bin;C:\src\libraries\javasdk\jdk;C:\src\libraries\jav
asdk;
When I run the Android SDK installer I get the error:
"Java SE development Kit (JDK) not found"
I'm at a loss as to what the Android SDK cannot really find.
Windows 7 32 bit has the same behaviour as Windows XP SP3. Hit BACK and then NEXT again and you're able to install the Android SDK.
The answer is bang on, but some clarification that might help some not familiar with registry editing (like me).
Run regedit.
Find [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit]
Right click on the key and click export, then save the file to the desktop.
Right click then click edit.
Add Wow6432Node to the path of each key in the file. See above (#Rog_enk) for an example. Save.
Back in regedit, click File->Import and select the file from above. Done.
Try the SDK installer again.
On Windows 7 x64 the Android SDK Installer is looking for the JDK in the HKLM\SOFTWARE\Wow6432Node\JavaSoft registry branch.
But in reality the JavaSoft entry was placed in HKLM\SOFTWARE\JavaSoft. I copied all JavaSoft branch to the path search, and then the installer found the JDK.
Just press back, then next and it will find it. Android SDK installation doesn't find JDK
Windows 7 64 bit - same behaviour as windows XP SP3 and Windows 7 32 bit: Just set JAVA_HOME = C:\Program Files\Java\jdk1.6.0_14 or whatever your actual path, start SDK, and after you'll get error - hit BACK and than NEXT again and you're able to install the Andriod SDK
It seems that creating and setting my environment variable, CLASSPATH, to C:\src\libraries\jre6\lib fixed my problem. I downloaded the Android SDK zip file, put it where I wanted it. I was able to proceed from there.

Categories

Resources