1

What I want to do is to inactivate the one of java class in the tools window of project which is left sided of screen as usual. I tried to find how to inactivate it. But I could not find it. I guess it was existed in Eclipse on Windows version.

My environment: Android Studio 0.4.0 on OSX

Do you know someone about it? Or, Could you tell me alternative way to inactivate?

Sincerely,

user3171796
  • 205
  • 2
  • 5
  • I found the way but still manually. http://stackoverflow.com/questions/16701256/android-studio-exclude-class-from-build – user3171796 Jan 09 '14 at 02:49

1 Answers1

0

You can use File> Settings > Compiler >Excludes to exclude some classes or file while compilation.

I never tried Inactive in Eclipse so not sure if this do the same which Eclipse Do.

Piyush Agarwal
  • 25,608
  • 8
  • 98
  • 111
  • Thank you for telling me. As a result, It did not work for me. I've wanted to inactivate(disable to load) the one of class because It's under debugging. I've requested Google about it. – user3171796 Jan 08 '14 at 11:53
  • There is information at http://stackoverflow.com/questions/14762884/can-one-remove-class-files-from-open-file-list-in-intellij-idea – user3171796 Apr 04 '14 at 05:51