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

0
2 comments

Can you please provide more details, like what is exactly not working, are there any errors, etc.?

0
Avatar
Permanently deleted user

- 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

CompilerManager.getInstance(project).compile(module, compilerCallback)

How to generate R.class when use `compile` methods?

0

Please sign in to leave a comment.