如何将.class库导入Android Studio上的项目?

时间:2018-10-03 23:17:01

标签: android android-studio biometrics

我正在一个创建POS的项目中,我需要使用生物识别读取器,我找到了SDK,但是该库的文件位于.class中,是否有类似Eclipse中的选项可以将这些文件导入Android Studio中项目?我只找到.JAR的选项

Screenshot of the files

1 个答案:

答案 0 :(得分:0)

在项目结构中复制所需的.class文件。

project/Android/app/src/main/java/com/example/myapplication

.class文件将在Android Studio中自动反编译。打开这些文件时,您会看到类似以下内容:

// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)