You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogFragment.java has an import of resources at the top of its file:
import com.handmark.pulltorefresh.library.R;
Unfortunately, this isn't the correct R.java file. It should be using the agit resources, otherwise when imported into Android Studio, it complains that R.layout.rev_commit_list_item cannot be found.
The text was updated successfully, but these errors were encountered:
jwir3
added a commit
to jwir3/agit
that referenced
this issue
Feb 21, 2014
LogFragment.java has an import of resources at the top of its file:
import com.handmark.pulltorefresh.library.R;
Unfortunately, this isn't the correct R.java file. It should be using the agit resources, otherwise when imported into Android Studio, it complains that R.layout.rev_commit_list_item cannot be found.
The text was updated successfully, but these errors were encountered: