Compile class containing inner class to smali within IntelliJ 2021.1
auermich93 opened this issue · 0 comments
auermich93 commented
I wouldn't say it is a real bug, but whenever I try to compile the first time a java class containing an anonymous inner class, e.g. a class defining a callback directly, only the outer class is produced initially. I have to 'Compile to smali' another time that the inner class is generated as well.