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
This is mostly semantic and does not affect compilation but the directory structure uses miccah.laptopremote but source java files, and the manifest uses miccah.mpvremote in their package name declarations. This makes some symbols in the editor appear as unresolved, or be displayed with a full path i.e. miccah.mpvremote.Settings.
This is mostly semantic and does not affect compilation but the directory structure uses
miccah.laptopremote
but source java files, and the manifest usesmiccah.mpvremote
in theirpackage
name declarations. This makes some symbols in the editor appear as unresolved, or be displayed with a full path i.e.miccah.mpvremote.Settings
.For example:
https://github.com/mcastorina/mpv-remote-app/blob/master/MpvRemote/app/src/main/java/miccah/laptopremote/MainActivity.java#L1
The text was updated successfully, but these errors were encountered: