Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to attach android source in IntelliJ 10?

I want to attach the android source code to intellij 10. Anyone know how I can do it?

like image 263
LuxuryMode Avatar asked Jun 16 '11 02:06

LuxuryMode


People also ask

How do I get Android SDK for IntelliJ?

From the main menu, select File | Project Structure | Project Settings | Project. If the necessary SDK is already defined in IntelliJ IDEA, select it from the SDK list. If the SDK is installed on your computer, but not defined in the IDE, select Add SDK | 'SDK name', and specify the path to the SDK home directory.

Can I use Android Studio in IntelliJ?

Android Studio Plugin Development Android Studio plugins extend or add functionality to the Android Studio IDE. Plugins can be written in Kotlin or Java, or a mix of both, and are created using IntelliJ IDEA and the IntelliJ Platform.

Can I open Android Studio project in IntelliJ?

Click File > New > Import Project. Select your IntelliJ project directory, and click OK. Your project will open in Android Studio.


1 Answers

File > Project Structure > Modules > Dependencies > double-click the Android Platform > source path> navigate to the source on your computer!

like image 160
LuxuryMode Avatar answered Sep 19 '22 05:09

LuxuryMode