My switch-case statement works perfectly fine yesterday. But when I run the code earlier this morning eclipse gave me an error underlining the case statements in color red a
Solution can be done be this way:
Example:
public static final int cameraRequestCode = 999;
Hope this will help you.