Pregunta

I am migrating to android Studio from eclipseADT, Can I use the same android sdk's from eclipse?

I used the following links to migrate:

  1. Exporting from eclipse.

  2. Importing to Android studio.

¿Fue útil?

Solución

You could also look over this link: http://developer.android.com/sdk/installing/migrate.html

And yes of course you can use the same android SDK.

Otros consejos

SDK stands for Software Development Kit and has nothing to do with the different IDEs(Eclipse, Android Studio) really. The IDE will use the SDK of course but the SDK is unaware of which IDE is using it. You should have no problems with using the same SDK, you just have to set some paths in Android studio.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top