Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R.raw giving error in all file #5

Open
ghost opened this issue Apr 3, 2014 · 1 comment
Open

R.raw giving error in all file #5

ghost opened this issue Apr 3, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 3, 2014

resources.put("mask_32_corner_0_0", R.raw.mask_32_corner_0_0);
resources.put("mask_32_corner_0_1", R.raw.mask_32_corner_0_1);
resources.put("mask_32_corner_1_0", R.raw.mask_32_corner_1_0);
resources.put("mask_32_corner_1_1", R.raw.mask_32_corner_1_1);
resources.put("mask_32_edge_0_0_0", R.raw.mask_32_edge_0_0_0);
resources.put("mask_32_edge_0_0_1", R.raw.mask_32_edge_0_0_1);
resources.put("mask_32_edge_0_1_0", R.raw.mask_32_edge_0_1_0);
resources.put("mask_32_edge_0_1_1", R.raw.mask_32_edge_0_1_1);
resources.put("mask_32_edge_1_0_0", R.raw.mask_32_edge_1_0_0);
resources.put("mask_32_edge_1_0_1", R.raw.mask_32_edge_1_0_1);
resources.put("mask_32_edge_1_1_0", R.raw.mask_32_edge_1_1_0);
resources.put("mask_32_edge_1_1_1", R.raw.mask_32_edge_1_1_1);
resources.put("mask_32_full_0_0_0_0", R.raw.mask_32_full_0_0_0_0);
resources.put("mask_32_full_0_0_0_1", R.raw.mask_32_full_0_0_0_1);
resources.put("mask_32_full_0_0_1_0", R.raw.mask_32_full_0_0_1_0);
resources.put("mask_32_full_0_0_1_1", R.raw.mask_32_full_0_0_1_1);
resources.put("mask_32_full_0_1_0_0", R.raw.mask_32_full_0_1_0_0);
resources.put("mask_32_full_0_1_0_1", R.raw.mask_32_full_0_1_0_1);
resources.put("mask_32_full_0_1_1_0", R.raw.mask_32_full_0_1_1_0);
resources.put("mask_32_full_0_1_1_1", R.raw.mask_32_full_0_1_1_1);
resources.put("mask_32_full_1_0_0_0", R.raw.mask_32_full_1_0_0_0);

all the lines having reference of 'R' giving me an error, i have already cleaned project thn also it is giving same error

@mmbrian
Copy link

mmbrian commented May 3, 2014

remove actionbarsherlock from dependencies and then clean the project again. it worked for me and generated my R.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant