Frage

I have a large project that works great using Eclipse. So I am trying to see how it works in AS.

No errors on compiling. But when I click on debug I get a popup EDIT CONFIGURATION. It wants the path to the App Engine SDK among other things. I have no idea what its wanting or what to enter in the edit box.

Can anyone please help?

War es hilfreich?

Lösung

According this, it is something that is automatically downloaded when you create a cloud project. Since you brought your project over from Eclipse, it seems you need to install it yourself and point to that location.

If you are not using cloud services, this question indicates you might get rid of the dependency by disabling the plugin "Google cloud tools for android studio".

Andere Tipps

You need to reference the folder where you have your SDK.

File - Project Structure - Project Structure - SDK Location

So it depends on where you downloaded the SDK you are using or used to use with Eclipse. I've put mine in C:\Program Files\Eclipse and SDK\sdk

Additionally you could read Getting Started with Android Studio and Migrating from Eclipse

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top