0
I want to create an app.apk I know that I have to use java but I can't create images with java
2 Respuestas
+ 1
You can import images on jlabel, jbutton, etc using image property in Java IDE.
But to make app you need to make android studio project and type your program there to build your .apk file.
+ 1
Thank you very much for your answer