weihuoya / citra

A Nintendo 3DS Emulator
https://citra-emu.org
GNU General Public License v2.0
2k stars 188 forks source link

Build fails with "cannot find symbol variable with BUTTON_A_X" #848

Open mjkaye opened 9 months ago

mjkaye commented 9 months ago

Building with Android Studio.

The error is thrown when it's trying to compile src/android/app/src/main/java/org/citra/emu/overlay/InputOverlay.java. It lists the same error for each of the R.integer values in mInputConfigs.

Should those values be present in src/android/app/src/main/res/values/integers.xml?