You need to slow down and try and understand what you're doing. There's no point in jumping from IDE to IDE and tutorial to tutorial. Just pause, look at the specific error you're getting, read the instructions carefully, research the error you get and try different solutions from the internet.
Programming is mostly about experience and experience you only get by doing things and learning from them. This includes understanding the tools you're using. Additionally, programming is also about problem solving, if you give up on the first error and move to the next IDE or tutorial, you're not really trying to understand the problem and thus aren't solving it.
Learning to program takes time and effort.