android studio - How to build rs fie in AndroidStudio -


i using androidstudio. want develop renderscript, when create file hello.rs , build project,then try use scriptc_hello in java file,but compiler cannot
find scriptc_hello class,i think scriptc_hello.class did not create,but how create it?

make sure .rs file in app/src/main/rs directory in project. unlike eclipse based projects, .rs files need reside here default rather alongside java files same package.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -