android studio can not import project - android

I created a new project in Android Studio. I'm using Windows 8 and in another pc I have Ubuntu 14. When I run my project in Ubuntu everything is okay, but now I try to import my project in studio(windows 8), but I can't import project.
It shows an infinite loader.
I have no idea what is a wrong
p.s
I also tried reinstalling android studio in windows 8 but nothing changed.

Related

Migrating Projects from Mac OS to Windows

I was using Mac OS for developing my android projects. And now Im moving to Windows System,so I wanted to migrate all my earlier android studio projects into my windows system environment.
Anybody please help me to how to move all the android projects to windows at once...
Thanks in advance
Android projects (if you use Android Studio) are Gradle project, so there is no need to do any config at all, you just have to copy them from mac OS and import them into Android Studio using Windows and they will work just fine. Even if you open them using Android Studio it will propose you to fix the local properties but I would suggest to import them instead.

I cant see new android project on Eclipse and i install everything right

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.

Import the project from github into Android Studio

I use Android Studio just two month and trying to import project from github into Android Studio in Windows 8 for the first time. Could you please explaine how to do it?
I'm trying to import the project
https://github.com/mapsme/omim
and use doc from
https://github.com/mapsme/omim/blob/master/docs/INSTALL.md
I have Android Studio in Windows 8 and download NDK as specified in
Android. Install Android SDK and NDK, place these somewhere easy to type.
and unzip in C:\Program Files\Android\android-ndk-r12b
But I don't understand how to
run ./set_up_android.py
in Windows 8
Explain, please, how to import the project. What I have to do to run project by Android Studio in emulator or device?

Issue importing android studio project to Android studio 2.0

i have previously created an application using Android Studio 1.3 and recently i have updated it to 2.0 and when i try to import project using import existing android studio project, it gets stuck on 'Building gradle project info' screen. Can someone tell me whats the issue? TIA

Running Android Studio on Windows 10

I have a Dell Laptop that came with Windows 7 installed. I downloaded Android Studio 1.5 and installed it with the SDK's. I was able to run Android Studio and import a sample project and run it.
Then, I upgraded to Windows 10. I uninstalled Android Studio sensing that a compatibility issue would arise. I installed Android Studio 1.5 again and the required SDK's were downloaded and installed by the installer. The installer also opened Android Studio and allowed me to import the sample project.
I quit Android Studio and tried to run it again clicking on the Studio64 executable in one of the bin files. Windows 10 rejected Android Studio with the message, "This app can't run on your PC".
I don't understand why Windows 10 did nothing when Android Studio was run the first time by the installer but chose to block me when I tried to run it again.
Can someone explain and help me? Also, what is the solution?
Chandrasekharan K
I am facing same problem with android studio after upgrading windows 10..
first uninstall the studio and install again..
if you are installing studio in system drive.. don't do this..
choose different drive. and then set appropriate SDK path.
It will work for me.
thank you.
My solution to this problem is to run the studio64.exe in androidstudiodir/bin ?

Categories

Resources