i want learn android development. I have the mac os device version 10.6.4. please tell me how i install android sdk and ADK with proper method. I don't know anything about java and android and basic requirements need to meet to android toolkit.
Take a look at the Android SDK Install instructions:
Android SDK Install
I didn't install on osx, but windows and linux posed to problem here. I'm guessing the same for OS X.
I have documented my experience installing android on OSX here
Related
i need help on building Android SDK for linux ubuntu arm64.
I know there are some people providing Android SDK for arm64 but those are for Android mobile. Then i tried those SDK (SDK for Android mobile or Android SDK for Termux) but adb etc are not working. I want it for linux arm64 ubuntu.
So I hope you guys will help me to build Android SDK for arm64 linux.
Thank you in advance.
I cant seem to install Android Studio on my Chromebook and I cant find a compatible package on the website. Any way to get it working on this specific Chromebook? (Acer Chromebook Spin 513)
About Chrome OS:
Google Chrome 90.0.4430.218 (Official Build) (32-bit)
Revision 3d6fce300d32b4652aed6bfe358eba932e094ee5-refs/branch-heads/4430#{#1466}
Platform 13816.82.0 (Official Build) stable-channel trogdor
Firmware Version Google_Lazor.13577.102.0
Just install the .DEB file. You also need to make sure you have 3-4 gb enabled for linux. I had the same problem, and it turns out I was not allocating enough storage to actually install android studio.
First, add the Linux terminal. Then install snap or flatpak in the terminal. Then, use snap or flatpak to install Android Studio without errors. Snap and flatpak will find which architecture your computer is and will install the Android Studio designed for the architecture
Snap : https://snapcraft.io/android-studio
Flatpak : https://flathub.org/apps/details/com.google.AndroidStudio
I tried to install the latest version of Android studio on my OS x 10.7.5 but the AVD requires 10.8.5 or higher upto 10.9. It is not possible right now to update OSx, instead we decided to get a working version of android studio.
Which version of Android studio would work on Mac OSX 10.7.5?
There are three options from what I see here :
You install ubuntu (I recommend Linux Mint 17.2 "Rafaela" - Xfce RC (32-bit) as it's lighter on your CPU and RAM) and dual boot. You don't need to update your Mac OS 10.7.5, it will remain intact, but you will boot on linux to develop Android Apps.
There you can install the latest version of Android Studio with no hassle.
Go with the previous Android Development solution : Eclipse IDE Indigo or higher + ADT bundle plugin. Check to see what version of JDK worked on 10.7.5, install it, then install one of the versions of eclipse from Indigo to Mars and then install the above mentioned plugin.
You can try to download and run the first Android Develop Studio Beta that ever appeared on the website (0.8.0), I don't think they ever supported 10.7.5, but you can try.
My suggestion is to try to install linux (point 1) (maybe with the help of a friend), because it's important to have the latest SDK version and the latest updates.
+ It's easier to work with.
Phonegap 3.0 come with a lot of changes like the new command-line interface (CLI). The (doc)
mention that the CLI support the following combinations:
iOS (Mac)
Android (Mac, Linux)
BlackBerry 10 (Mac, Linux, Windows)
Windows Phone 7 (Windows)
Windows Phone 8 (Windows)
Does that mean that I can't build anymore Phonegap app for Android on my Windows 8 pc?
Thanks a lot
Etienne
Unfortunately you are correct. As you can see in the new CLI Documentation, if you're going to build locally you can only develop Windows Phone7/8 and BlackBerry 10 from a Windows PC. My suggestion would be to build your app for one of those platforms your OS currently supports, then when it comes time to deploy to Android either use the PhoneGap Build service to create Android version, or build a virtual Linux machine through VirtualBox to create your Android version if you really want to keep it local.
I thing you can build it localy without a problem. You need to download android studio from google. Here is what you have to do:
download Android SDK from here: http://developer.android.com/sdk/index.html
download Android studio from here: http://developer.android.com/sdk/installing/studio.html
You have to install also node, JDK and if you wnat ant.
From Android studio actualy you can build signed apk very easy.
If you need more details conact me i will give you exact steps.
Does anybody have a single Eclipse installation for both Blackberry and Android development?
I have the BB Plugin working fine. I am wondering if I can just follow the Android installation steps without it affecting the BB setup.
I dont want to experiment, so I am asking.
I have seen this thread - Android and Blackberry project in eclipse
Yes, I have a working Eclipse installation for both BlackBerry and Android development.
You must install the 'BlackBerry Plugin for Eclipse' from RIM first (which you've already done). Essentially it's the Eclipse IDE (currently Helios 3.6) with the BlackBerry plugin hardcoded into it.
Apart from the BlackBerry stuff, there are no other differences between the vanilla Helios 3.6 and the RIM 'BlackBerry Plugin for Eclipse', this means you can install the Android development tools into your IDE with no problems.
Works like a charm if you follow the guide here: http://developer.android.com/sdk/installing.html
How to use single eclipse for Android and Blackberry ..?
Ans:
There was no any single setup available which work for both android and blackberry.
but in a simple thing the eclipse version 3.6 is work for blackberry plugin and as well as work with Android ADT-12 plugin so first of all you need to configure your blackberry and than you have to install any ADT plugins (i.e. the latest adt version is ADT-12) and than config the android sdk.
now your blackberry and android are working.
when you want to use blackberry than you open perspective option and select blackberry application development perspective.
and same when you want to use android than you may select java perspective...
try it..