not generate R.class
When I write a plugin to generate smali
`
CompilerManager.getInstance(project).compile(module, compilerCallback)
`
this statement not generate `Android` `R.class` so I can not get `dex` file and `smali` file
thanks for help
Please sign in to leave a comment.
Can you please provide more details, like what is exactly not working, are there any errors, etc.?
- Android studio 3.5.3 /IDEA plugin `intellij-java2smali`
- Error `CompilerManage` not generate R.class , package R not exists
step1:
NOT Found R.class
I read the plugin repository https://github.com/ollide/intellij-java2smali
How to generate R.class when use `compile` methods?