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
/termux-app/app/src/main/java/com/termux/app/TermuxService.java:109: Error: Tag name should use a unique prefix followed by a colon (found termux). For instance myapp:mywakelocktag. This will help with debugging [InvalidWakeLockTag]
mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, EmulatorDebug.LOG_TAG);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/termux-app/app/src/main/java/com/termux/app/ExtraKeysInfos.java:308: Error: Call requires API level 26 (current min is 24): java.lang.String#join [NewApi]
this.key = String.join(" ", keys);
~~~~
The text was updated successfully, but these errors were encountered:
ghost
pushed a commit
that referenced
this issue
Aug 14, 2020
Getting lint errors while using gradlew build
The text was updated successfully, but these errors were encountered: