Java: Remove brackets / leading slashes from String

My Android-app have always presented the DNS-Server(s) with brackets / leading slashes like: How can we get rid of these unnecessary characters ? String myIp2Dns1: Log: Solution: Manipulation of String myIp2Dns1: This command removes brackets / slashes / backslashes from the String. The output looks much better now:

show root-cause for compile-message: Recompile with -Xlint:deprecation for details

if the compile-output shows something like: Recompile with -Xlint:deprecation for details Then it is time to get to the details of this message: in Gradle-scripts/build.gradle (Project) include the following line(s): When you now run the app the root-cause is shown in the output: Done