Package R does not exist

Issue #60 invalid
Nicolas Svirchevsky created an issue

NBAndroid hint does not give the R class generated in my package as solution.

Here an example:

package com.example.app.util;

import com.example.app.R;

This import is not in the solution of 'package R does not exist'. And this is a common error in newbies

Comments (3)

  1. Alex O'Ree

    i've ran into this with maven projects. after attempting to build, it usually resolves. are you using maven or gradle?

  2. Log in to comment