skarletlightning
Newbie
Code:
InputStream ins = Resources.getSystem().openRawResource(R.raw.logical_reasoning);
I broke some code by putting in a very simple line. I put the logical_reasoning file into a folder called raw within the res folder. It was assigned a place in R so theres some problem with this assignment I think.
I'm very inexperienced with coding in general and have only had a few java courses. Can anyone help?