Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does android studio put .class file

I make a new project and build it successfully.But I cannot find where android studio put .class files

I tried

  1. search in build/generate
  2. double shift
  3. find command

But I cannot find MainActivity.class or some others.

Where does android studio put .class files?

like image 811
吴环宇 Avatar asked Oct 25 '25 21:10

吴环宇


1 Answers

You can find them in the build/intermediates/classes/debug/* directory.

like image 64
shubhamgarg1 Avatar answered Oct 27 '25 21:10

shubhamgarg1



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!