79241279

Date: 2024-12-01 09:45:56
Score: 1
Natty:
Report link

at the beginning of your MainActivity.java:

remove

package com.your.app;

as this will cause

import com.your.app.R to be greyed out.

and then add it to ensure that R is correctly imported in MainActivity.java

import com.your.app.R;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eldo Martadjaya