简体   繁体   English

如何生成.class文件?

[英]How to generate .class files?

I am trying to find .class files in an android Studio project. 我正在尝试在android Studio项目中找到.class文件。 Is there a way to generate the .class files using android studio? 有没有一种方法可以使用Android Studio生成.class文件?

In the Android studio, there is a very simple way to do it. 在Android Studio中,有一种非常简单的方法。 Go to "find everywhere" (short cut ctrl + shift + F) and filter by *.class, look at the image above: 转到“到处查找”(快捷键ctrl + shift + F)并按* .class进行过滤,看一下上面的图片:

在此处输入图片说明

类位于您的应用程序中->构建->中级->类->->

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM