cslrfid / CS108-Android-Java-App

CS108 Android Java Bluetooth Demo App and SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R.java file not generated

itshazlan opened this issue · comments

Hi @ksclam, I had tried to find R.java class file in the project but there's nothing, could you help me how to achieve?

Kindly note that starting from Android 3.6 or above, the new Android Gradle Plugin generates the corresponding bytecode directly and does not make the intermediate R.java file.

https://android-developers.googleblog.com/2020/02/android-studio-36.html