Android Studio errors when programming Java [closed]

-1

I'm new to programming, I'm specializing in Java for Android application development, at the moment I've been learning in Eclipse but, now with the new Android Studio tool, I have problems, when programming in the .Java file it gives me errors in certain instructions. I'm going to leave some photos and thank someone to clarify these doubts.

    
asked by Jhon 16.10.2016 в 15:28
source

2 answers

1

The classes that you show in your code to build the UI of your application such as JFrame, JPanel are not typical of the Android SDK.

You have to install Android Studio

and I recommend starting from the basics with these tutorials:

link

link

    
answered by 16.10.2016 в 19:31
0

To program Android applications you have to use your framework you can not use jswing

    
answered by 16.10.2016 в 16:09