Hello guys, Now I'm face on some error using android studio(0.3.6 version) (using at win8)
I cloned project from bitbucket and import project, but that error message occured.
what should I do?
ah! Project make from android studio version 0.3.2. is this reason?
In addition, how can I import external library at 0.3.6 project structure?
should I make new module? then what?
anyway! thanks in advance. I hope to get answer!
Android Studio comes bundled with its own SDK, which may not have the same Android API targets you used to create the project in Eclipse. You can either add the APIs to Android Studio's SDK by clicking on the SDK Manager toolbar icon in Android Studio if you have a project open, or if you don't, from the Welcome screen choose Configure > SDK Manager, or you can tell Android Studio to use the same SDK you were using from Eclipse: Project Structure > Android SDK if you have a project open, or Welcome > Configure > Project Defaults > Project Structure > Android SDK if you don't.
Compile the project with latest version of android , go to sdk manager and install the android api level 18 and then in your project right click open android tools and add support library. clean the project and restart the eclipse.
Related
i did everytihng right and install sdk and jdk for eclips android but create new project doesnt still apear what shoud i do some says eclips doesn't support android anymore is that right?1
You must use Android Studio as official IDE to develop Android Applications, if you are trying to import a project from Android Studio to Eclipse, you will have problems because the projects in Android Studio are configured with Gradle!
I suggest to you migrate from Eclipse to Android Studio.
I downloaded and installed Android Studio. But I cannot create or open android project. There isn't Android in New Project Tab. Why? How can I create and open Android project in Android Studio?
Be sure to download the Android SDK to use along with Android Studio. Android Studio is just the IDE of IntelliJ IDEA, but without the Android libraries. See this link for installation.
You should add "Android Support" in "Setting -> Plugins" .
See this.
As specified here, I should not need to install ADT if I have Android Studio and SDK installed.
I'm trying to test this in response to a customer's question on whether or not you can use Android Studio instead of ADT. Because ADT is no longer supported as stated here.
Here's my steps:
install eclipse.
Install MobileFirst Studio v6.3 from eclipse marketplace.
Install Android Studio (which also installed Android SDK), able to launch Android Studio and run an empty app.
Specify the location of Android Studio in Window > Preferences > MobileFirst.
Create MFP project, add Android environment.
From menus select Run As > Build All Environments.
At this point the build failed. Do I still have to install ADT in order to be able to build?
UPDATE:
Error Log
[2015-01-30 12:50:22] Starting build process: application 'demo', all environments
[2015-01-30 12:50:29] FWLST1125W: Android build will fail because an Android SDK was not installed. Use the Android SDK Manager to install API level 19, configure your project to build with API level 19 by updating the Project Build Target in Project / Properties / Android dialog.
[2015-01-30 12:50:30] Application 'demo' with all environments build finished.
Because you selected the Run As > Build all, this will indeed give you the Warning you have mentioned since you do not have ADT installed. Because you do not have ADT installed, the usual generated Android project that Worklight/MFP generates for you will fail to generate.
If you want to open your project in Android Studio, you should right-click the Android environment and select Run As > Android Studio Project.
The project should then correctly open in Android Studio.
I had the same problem with the beta version (MFPF 6.3) for Windows. The solution was to install the Fix Pack 6.3.0.0-MFPF-StudioP2-IF201502141702.zip found here. After installation you must reconfigure the path of Android Studio (Windows > Preferences > MobileFirst)
I am not sure if this will be of help, as this is a very old post. Try pointing to android studio home and not to bin folder. Some thing like C:\IBM\Android Studio.
I have also faced the same issue and solved it by pointing to android studio home folder.
I am using new android studio .when i download and install it there was no issue. But now when i try to create a new project it's show this error
Your Android SDK is out of date or is missing templates.
Please ensure you are using SDK version 22 or later.
As you know the latest SDK version is already bundled with android studio .I tried re-installing android studio still that error exist.
But it works fine while importing a project or opening an old project. I am facing this only during while trying to create a new project
Somebody help me to resolve this
Note : Im using Mac 10.6.8
EDIT : Screen Shot
I check my SDK manger which is bundled with android studio It's showing i'm using latest version
I've occurred this problem, what I did is.
On Main Menu, Click, Configure
Click Project Defaults
Click Project Structure
In Platform Settings > SDK, Choose the Build Target. Restart the IDE.
I can't comment (Low reputation) but have you tried checking the android sdk manager? See if anything is outdated or missing in tools
Then follow the answer above me, or check module settings > Dependencies > Module SDK and verify that it's android 4.2.2
I cannot create a new Android project using eclipse as the options available for creating new project are: Android Application Project, Android Project Using Existing Codes, Android sample Project, Android Test Project.
No option for Android Project is available.
Use Android Application Project
-have you installed the android plugin (ADT) for elcipse?
if you did, right click in the navigator - > other - > Android - > Android project
Android Application Project itself is Android project.
Use Android Application Project
Use eclipse Indigo version and install AVD and SDK as suggested the steps in android developers site
here is the same
Android SDK and AVD Manager installation