getting Mac OS X 10.5 sdk - android

I'm trying to get android source code on Mac.
I've followed the guidelines on android webpage,
but when I try
make -j4
it says MacOSX 10.5 SDK is not found at the directory.
I've done some search on it, but couldn't really find much info.
How could I install it at the specified directory?
Please help me out.
Thank you.

So far it seems that the Android community hasn't updated the build process to work with any of the newer SDKs, so for now, you would need to get the 10.5 SDK by using an OS install disk (Snow Leopard or Leopard) and extracting the SDK from the Xcode installer that was included on the disk. see here for more: How to add base SDK for 10.5 in xCode 4

Related

Problem occuring when trying to install Android Studio

When I'm trying to install android studio on my 32 bit Windows 10 computer, it says that an error occurred while trying to compute required packages. What should I do?
Solution:
Download the Java SE Developement Kit (Directdownload for 32Bit) and install it.
After that you can access Android Studio on it's site choosing the No .exe installer version:
Extract it and go into the bin folder and execute studio.exe (this is for 32bit).
PS: The studio64.exe is ONLY recommend for 64bit machines.
This will work! I bet you have installed the wrong Android Studio Version. So uninstall your current Android studio and follow the steps above. Cheers.

How to install Cordova Cli properly in 2020?

I've tried a lot of ways to install cordova on my windows 10 laptop. But it always shows some warning or the other. Looks like Cordova isn't installed properly in my laptop. How can I install it properly?
As a beginner, after many failed attempts to properly install cordova in 2020, I realized it's never gonna work using new and updated version of JDK and SDK (atleat not in my case). If some beginner is facing the same situation, I understand the problem. So, here is the solution.
The most probable problem is with your JDK and SDK. The installed JAVA JDK and Adnroid SDK are not compatible. You may probably have downloaded the latest SDK release from developer.android.com. The problem is, it won't work with any version of JDK for some reason and you'll keep getting one error or the other. You need to install the SDK using the old manner through the installer that developer.android.com used to have instead of the recent zip folder. You can get that SDK installer from here: https://dl.google.com/android/installer_r24.4.1-windows.exe . Second thing is to install JDK 8u.... No other JDK would be helpful (atleast not in my case). You can download it from oracle but you need an oracle account for that. Or download it from here: https://www.filehorse.com/download-java-development-kit-64/49906/download/ . These two are the most troublesome tools. Downloading and using above versions will solve major and most of your problems, if not all. Rest of the tools are Node.js, Gradle, Git, Apache Ant, they are easy to go with. Install them and you're good to go.
Have a nice one!

How can I get Android Studio to work with Meteor

I'm running Meteor 1.4.4.2 and i'm trying to figure out how to get Android Studio to work with it. I am aware that there is a known issue with android sdk Tools 25.3.x and I have searched all over the web and seen plenty of "solutions" that simply have not worked for me. I have recently uninstalled Android Studio for like the 5th time and I now have a 25.2.3 version of sdk tools. Where can I go from here? I have the most recent version of JDK installed. I've tried downloading Android Studio and the switching out the tools folder for this older version and that got rid of my original error message in the command line (which i'm sorry I didn't save unfortunately, but it said two things. It said cordova could not find sdk tools and that there was no .gradle) but then it tried to build the app and then threw 30-50 error messages that I did not understand. My system is macOS Sierra 10.12.4
I am a true beginner in all this so thank you for your patience. Any help would be so much appreciated. Thanks!

Android sdk for Intellij IDEA

I'm trying to setup IntelliJ IDEA to develop android applications and I faced an issue with android sdk. As far as I know, I need to download the sdk separately. But I all I managed to find was Android command line tools which is obviously not something I need. So my question how can I get android sdk for IntelliJ IDEA?
You can install whichever android SDK or API from Intellij. I have the 2018.1 version but I hope this works in earlier versions too. You can find the options to install the SDKs here:
Same problem I have with IDEA 2017.1.1. I installed tools_r25.2.3-windows.zip and managed to install them.
I've done:
unzipped it to C:\Android\android_sdk\
renamed "tools" folder to "tools-sdk"
executed
C:\Android\android_sdk\tools_inst\bin>sdkmanager --update
prepared file my_file with lines:
build-tools;24.0.0
platforms;android-24
tools
emulator
Executed:
C:\Android\android_sdk\tools_inst\bin>sdkmanager --package_file=my_file
Then gave IntelliJ IDEA folder C:\Android\android_sdk as Android SDK Home Folder.
Then IDEA asks to install something additional. The test android project compiles and runs on emulation (AVD Manager works). I had to install 22 Platform and Build Tools though because android-24 virtual device asked for a password.
The only problem is I still have no SDK Manager with GUI interface.
First of all make sure you'be setup JDK properly. If not, you can download it from here.
Now go to Android Developer official site and download Android Studio.
If you are already done with above mentioned points the few point you might be missing.
When asked to choose the JDK (not SDK) you need to choose the Java JDK which you've installed earlier. Should be under C:\Program Files\Java\jdk{version}
Choose a New platform ( if there's not one selected ) , the SDK platform is the android platform at C:\Program Files\Android\android-sdk-windows.
Please let me know if it didn't help.
Reference:
https://www.jetbrains.com/help/idea/2017.1/getting-started-with-android-development.html
I had the same issue. I tried downloading sdk via android eclipse setup process. Eclipse automatically downloads the sdk. This sdk has a gui sdkmanager and can be used in idea as well. Here is the link to download eclipse.
(Android Studio installed on my computer.)
As i see users missed a point while installing android SDK.
You should show the Android SDK at AppData folder to IntellijIdea.
C:\Users\Your_Username\AppData\Local\Android\SDK_Folder.
References: https://www.jetbrains.com/help/idea/prerequisites-for-android-development.html
https://www.jetbrains.com/help/img/idea/2017.2/AndroidSDKManager.png
You can download the android SDK from this link here. I hope it should be helpful that link.

Installing Titanium Studio on Windows 7 64bit machine

Can anybody please share any step by step guide to install and configure Titanium Studio (which version should I use ?) on a Windows 7 64 bit machine for Android development ?
I am trying the latest version but it seems not working. Can't set the andorid sdk path.
I have JDK 1.7 64 bit installed in my machine. I think 32 bit 1.6 is required but it was suppose to be managed by the installer ?
I found a step by step guide with pictures in the documentation. I assume this is what you're looking for? http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_Studio
Check below links :
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f07d923c-a281-3010-72bd-b7bb9dcd3ae2?overridelayout=true
http://www.appliedclub.org/blog/2013/02/12/installing-titanium-appcelerator-on-windows/
http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_Studio
http://docs.appcelerator.com/titanium/3.0/#!/guide/Setting_up_the_Titanium_CLI
Steps you need to follow :
Downloading and Installing Titanium Studio
Launching Titanium Studio
Configuring Titanium Studio
Add path of default Android SDK
Creating a project in Titanium Studio.
Hope this helps.
Please use the documentation itself. The documentation specifically says that you need to use 32 bit java v1.6 regardless of your system configuration, you need to manually install 32 bit java, set the environment variables.
You may also refer
Failed to Load JNI Shared Library When Trying to Use Titanium
how to install sdk Android with titanium
Titanium 3.1.0 - Emulator process exited with code 1 - Can't compile APK
Hope it helped you. Let me know if you have any queries

Categories

Resources