0

only computer path is loaded but does not show any drive or partitionHow to import android project form another drive to intelliJ in ubuntu 16.04?
Hi,

I have install IntelliJ idea on my ubuntu 16.04 recently. It is working fine but it just does not import android or other projects from another partition that is I partitioned my computer Hard drive. So is it possible to import from another drive or partition? How to import project from another partition or drive

Abhishek Borikar
  • 374
  • 1
  • 5
  • 15

2 Answers2

1

Yo have to open the file/folder in yor explorer (your external disk)

Then rigth click on "open in terminal"

In the terminal you will be able to see a path like "/media/{USERNAME}/{DISK_NAME}"

Copy that path and paste it on IntelliJ

Manchabla
  • 11
  • 2
0

Go to file-> Open in Intellij. Then drag the project folder to that window and it will automatically show that in intellij. Hit the Open button.