I am trying out google's android studio. In eclipse, I can open multiple projects under one window. Is that a way to do this in android studio?
That is not true. A project in IDEA is not like a workspace. Think about this: you set the minSDK, target and maxSDK to the project, it has some configuration for the project. But the workspace dont have any configuration.
The project is just a project, but can have multiple packages like in eclipse. That's all.
Yes you can open Multiple Projects in a single Environment
Step1: Go to your project Settings.gradle File
Step2:
`include ':projectName'`
project(':projectName').projectDir = new File(rootDir, '../projectPath')
Step3: Sync gradle file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With