0
How to import Java Utils modules in Java on android?
Whenever I am trying to import any modules it shows cannot find module and so on what can I do to solve this problem.?
2 Respostas
+ 1
there is difference between module and package,
eg
package java.util
is from
module java.base