How can I get Android Studio to work with Meteor - android

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!

Related

I have a problem in sdk component Installation. Can anyone help me to resolve these issues?

I am very beginner to android studio, and I want to install android studio latest version 11.0.12. on my windows 10.You can see in the attached screenshot.
Its showing multiple errors while installing. I have to install command line tool but android studio does not showing this tool to install. Flutter doctor in cmd demands to approve flutter license. How can I fix this issue?
You already have installed Android SDK build tools in your android studio, you can see in the screenshot uploaded in your question. It seems everything is okay and you are ready to start work on flutter and even without that you are good to go for development. Hope to have a good development career ahead.

Downloading and Installing Android SDK for Eclipse Mars

Can anyone here please provide me with the proper link for Android SDK and Installation of SDK for Eclipse Mars, I have searched a lot, but I didn't find anything other than Android Studio,
I am using eclipse because android studio is not working on my laptop, its very heavy and my laptop takes more time to open and run the program,
so If any one has the better knowledge for downloading and installation, then please provide me here..
and What I am trying to looking at Android developer website, they changed it for only Android Studio. Whenever I open any old link, it is redirecting me to Android Studio, is It true?? Please provide me with some more detail about it.
Thank you
You can download eclipse ADT plugin from here (note that it is not the latest).
Also, there is one more helpful link for getting latest available releases for eclipse (ADT 23.0.7 since August 2015).
By the way, at least for me is very confusing that Android Studio working worse than eclipse. I found that Android Studio is far better than eclipse (but that is only my personal opinion).
Anyway, that is more important: Android Studio is now the official IDE for Android and migration to it is recommended. Eclipse is not supported anymore.
How about you download Eclipse Neon with the Andmore project?
While Eclipse is not officially supported by Google, this project has forked the Android ADT plugin and is being maintained on the side.

The android SDK requires ADT version 23.0.0 or above

I have been working on a project and unfortunately updated android SDK tools and installed Google API in Eclipse. Now it comes up with an error The android SDK requires ADT version 23.0.0 or above (However I have installed ADT bundle just 2 days ago and unable to find the updated version when I check for Install new Software in Windows menu) and my project is not compiling as well with errors build path is incomplete , unable to resolve target android-10. As before it was all working fine.
I have also tried various ways to fix by deleting the libraries from Java Build Path and restarted the project and shifting the work space nothing works for me. A bit frustrated.
I faced the same issue sometime back.The best solution to this is to download the ADT again from http://developer.android.com/sdk/index.html however i would recommend switching to Android Studio.
There are a few other ways to restore the same but the it's not worth the time you'll have to invest into that.

Titanium doesn't recognize Android SDK on Windows

Titanium doesn't recognize Android SDK on Windows
My problem is that Titanium Studio doesn't see my installed Android Platforms. I've tried removing and reinstalling everything via Titanium Studio but that won't make any difference.
Here's a screenshot of the SDK Manager: http://imgur.com/5F5oF
Titanium Studio Screenshot: http://imgur.com/w7j7n
Titanium Studio Details:
Titanium Studio, build: 1.0.8.201201262211
Build: jenkins-titanium-rcp-master-136 (origin/master)
Date: 26 January 2012, 22:14:21
OS Information:
Microsoft Windows 7 Ultimate
6.1.7601 Service Pack 1 Build 7601
Problem in Titanium Studio:
One or more pieces are missing from the Android SDK.
It may be that the Android SDK is already installed
and Titanium Studio cannot locate the directory, or
it may be that some additional components need to be installed.
Items required:
•An Android SDK is missing. Titanium requires Android platforms 2.1.* and 2.2.*
We just spent a couple days wrestling with this problem. The issue is with the latest version of the mobile sdk that you've installed. Titanium Studio actually uses the following script to validate the Android SDK path in the configuration window:
MAC path looks like this:
/Library/Application Support/Titanium/mobilesdk/osx/sdk_version_number_here/android/avd.py
Based on your post, your path is probably something like:
C:\Users\Dean\AppData\Roaming\Titanium\mobilesdk\win32\sdk_version_number_here\android\avd.py
If you browse to the folder and look for that script, it's probably missing. We just deleted that version of the sdk (for us it was 2.0.1.GA2). Then went to Help -> Check for Updates to reinstall the latest version.
Can you try installing all the api levels. SDK level 10-15.
Hopefully that would help. I am also running Titanium on the same version of windows, and it works fine.
This looks crazy, but you need to install sdk 7 and 8, with the google APIs. I think that they have code nested to these SDK. Check twice that you accept the licence with Google API.
Here is the complete guide of installing Titanium with Android.
I broke my head for 2 days on the very same problem, and the solution is quite simple:
Titanium 3.2 and above does not work with android sdk in Windows.
Downgrade to 3.1.3 and everything will be just fine
https://wiki.appcelerator.org/display/guides2/Reverting+to+a+Previous+Version

SDK Platform Tools component missing - Similar to Android Eve below

Ubuntu Linux 10.04//Eclipse 3.5.2
I'm new to Eclipse and Android. Eclipse is up and running simple Jave apps OK. I moved on to downloading the Android SDK starter package, which seemed to go OK. Ran the SDK manager and downladed Platforms 7,8 & 9. Installed the ADT package in Eclipse.
I've tried to load the SDK path into the Eclipse Preferences, but it won't retain the path. After restart, Elipse says it can't find SDK package. Also,one message said that the (revision?) number of the ADT couldn't be found.
I've reinstalled Eclipse a couple of times, and then gone through the SDK & ADT download procedures a couple of times and am stuck. Any suggestions will be appreciated.
Hertfordkc
Stupid question caused by not thoroughly reading the Android Developers Guide and the tutorials before trying to start a project. Don't know why I didn't get a message about a missing XML file.

Categories

Resources