Це відео не доступне.
Перепрошуємо.

How to Install and Setup Eclipse IDE for C/C++ Development on Windows

Поділитися
Вставка
  • Опубліковано 14 сер 2024
  • ★★★Top Online Courses From ProgrammingKnowledge ★★★
    Python Programming Course ➡️ bit.ly/2vsuMaS ⚫️ bit.ly/2GOaeQB
    Java Programming Course ➡️ bit.ly/2GEfQMf ⚫️ bit.ly/2Vvjy4a
    Bash Shell Scripting Course ➡️ bit.ly/2DBVF0C ⚫️ bit.ly/2UM06vF
    Linux Command Line Tutorials ➡️ bit.ly/2IXuil0 ⚫️ bit.ly/2IXukt8
    C Programming Course ➡️ bit.ly/2GQCiD1 ⚫️ bit.ly/2ZGN6ej
    C++ Programming Course ➡️ bit.ly/2V4oEVJ ⚫️ bit.ly/2XMvqMs
    PHP Programming Course ➡️ bit.ly/2XP71WH ⚫️ bit.ly/2vs3od6
    Android Development Course ➡️ bit.ly/2UHih5H ⚫️ bit.ly/2IMhVci
    C# Programming Course ➡️ bit.ly/2Vr7HEl ⚫️ bit.ly/2W6RXTU
    JavaFx Programming Course ➡️ bit.ly/2XMvZWA ⚫️ bit.ly/2V2CoAi
    NodeJs Programming Course ➡️ bit.ly/2GPg7gA ⚫️ bit.ly/2GQYTQ2
    Jenkins Course For Developers and DevOps ➡️ bit.ly/2Wd4l4W ⚫️ bit.ly/2J1B1ug
    Scala Programming Tutorial Course ➡️ bit.ly/2PysyA4 ⚫️ bit.ly/2PCaVj2
    Bootstrap Responsive Web Design Tutorial ➡️ bit.ly/2DFQ2yC ⚫️ bit.ly/2VoJWwH
    MongoDB Tutorial Course ➡️ bit.ly/2LaCJfP ⚫️ bit.ly/2WaI7Ap
    QT C++ GUI Tutorial For Beginners ➡️ bit.ly/2vwqHSZ
    ★★★ Online Courses to learn ★★★
    Get 2 FREE Months of Unlimited Classes from skillshare - skillshare.eqc...
    Data Science - bit.ly/2lD9h5L | bit.ly/2lI8wIl
    Machine Learning - bit.ly/2WGGQpb | bit.ly/2GghLXX
    Artificial Intelligence - bit.ly/2lYqaYx | bit.ly/2NmaPya
    MERN Stack E-Degree Program - bit.ly/2kx2NFe | bit.ly/2lWj4no
    DevOps E-degree - bit.ly/2k1PwUQ | bit.ly/2k8Ypfy
    Data Analytics with R - bit.ly/2lBKqz8 | bit.ly/2lAjos3
    AWS Certification Training - bit.ly/2kmLtTu | bit.ly/2lAkQL1
    Projects in Java - bit.ly/2kzn25d | bit.ly/2lBMffs
    Machine Learning With TensorFlow - bit.ly/2m1z3AF | bit.ly/2lBMhnA
    Angular 8 - Complete Essential Guide - bit.ly/2lYvYRP
    Kotlin Android Development Masterclass - bit.ly/2GcblsI
    Learn iOS Programming Building Advance Projects - bit.ly/2kyX7ue
    ★★★ Follow ★★★
    My Website - www.codebind.com
    DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
    How to install and use Eclipse CDT for C/C++ programming
    How to setup Eclipse CDT environment on Windows
    Setting up Eclipse C/C++ IDE for Windows
    How to install and run Eclipse IDE for C/C++ Developers
    Setting up Eclipse C/C++ IDE for Windows
    C++ Development using eclipse IDE
    MinGW C++/Eclipse Download and Installation Instructions
    Installing Eclipse for C Cross Development
    How to Configure Eclipse for C/C++
    Setting up Eclipse in Ubuntu Linux from the Course C/C++

КОМЕНТАРІ • 266

  • @Sasha32659
    @Sasha32659 7 років тому +84

    this video had me checking my smoke detectors for no reason

    • @paras2901
      @paras2901 7 років тому +2

      hahaha...and i kept checking my phone like what the hell is wrong with it

    • @nicklloyd496
      @nicklloyd496 7 років тому

      same lol

    • @SarthakHarne
      @SarthakHarne 7 років тому +1

      same here

    • @dinospumonii
      @dinospumonii 5 років тому

      *beep*

    • @big864
      @big864 4 роки тому

      same hhaha

  • @TayoEXE
    @TayoEXE 8 років тому +6

    Thank you! I'm extremely knew to programming and am preparing for a course this fall, but I was confused about how to configure all these things. (Compilers and IDEs are very new to me.) Easy to understand. Thanks!

  • @abc-xb9mv
    @abc-xb9mv 8 років тому +4

    Thank you very much for your detailed explanation. I spent five hours on trying to print Hello world in eclipse and failed it thousands times. But your video enabled me to finish it in ONLY 30 minutes!!:D

    • @dario8651
      @dario8651 8 років тому +1

      +Fumiya Fukui
      #include
      #include
      int main()
      {
      printf("Rookie");
      return 0;
      }

    • @robbieturtle6218
      @robbieturtle6218 8 років тому +2

      +Dario Hoyo
      #include
      #include
      #include
      using namespace std;
      int main()
      {
      bool savage = true;
      if (savage == true){
      cout

  • @leeemattyrs4708
    @leeemattyrs4708 9 років тому +1

    Thank you so much friend! For ages I was having problems with compiling and it wouldn't recognise the common statements such as "endl" and "count". After following your guide, it works!!! Love you man, I have been frustrated for days.

  • @sudeepkumardhurua3213
    @sudeepkumardhurua3213 5 років тому

    Thank you. I could install eclipse easily with the help of your instruction. I install the JDK 11 so I understood that the Java runtime environment JRE is built in JDK file, so no separate file for JRE. Further instruction all were same and I did debug and run my code smoothly. Thank you.

    • @abdelrahmanahmed2141
      @abdelrahmanahmed2141 5 років тому

      what did you copy and paste in the path ??

    • @sudeepkumardhurua3213
      @sudeepkumardhurua3213 5 років тому

      AbdelRahman Ahmed , In the video (Duration: 7.20) it's shows two files for java 8 version. But currently (2018) the java 11 version is available and when java 11 is installed then there will be only one file. So follow the same as shown for jdk8 in the video for jdk11 ( java11). In which you have to enter into bin folder of jdk11. And have to copy the above C:/Program Files/ Java/ JDK 11/bin. Into the path of environment setting.
      To get confirmed after environment path setting, go to CMD prompt. And write Javac and run it. It will definitely show instructions and it's description list. And if not then I will be happy to help 😊

    • @abdelrahmanahmed2141
      @abdelrahmanahmed2141 5 років тому

      thank you very much .. i really appreciate it .. but there is one mistake i've done .. instead of putting a semicolon then paste .. i delete a part of the the path and then paste .. so will this damage my computer + do you know what should i do to return the deleted part again without restoring my pc ?? thanks in advance

    • @sudeepkumardhurua3213
      @sudeepkumardhurua3213 5 років тому +1

      AbdelRahman Ahmed . Here are the list of Environment variables for windows OS.
      www.askvg.com/list-of-environment-variables-in-windows-xp-vista-and-7/
      For windows 10
      www.tenforums.com/tutorials/3234-environment-variables-windows-10-a.html
      So first you need to verify that this paths are available or not, there might be some differences of location address but the final location will be relatively present in every OS. So manually add the variables to the path. Environment variables are a source of address readily available for system. We don't need to manually type in command prompt to reach the executable files location to execute it.
      Example. When java Environment variable was not present in Path, the Javac command was not working in CMD. But when we provided it in path, then in which ever directory we are present by entering Javac it did show some results.
      So yes when variable are not present in Path the computer might show that executable file couldn't be found. But now you can correct it very easily 😊.

  • @soumyasethumadhavan9495
    @soumyasethumadhavan9495 9 років тому

    I had an issue with installing MinGW. This video was helpful and solved my problem.

  • @premevo1
    @premevo1 8 років тому +4

    hi there, i cant compile the project i do. it shows this error ((Cannot run program "make" (in directory "C:\Users\User\workspace"): CreateProcess error=2, The system cannot find the file specified).. can you help me to sort out this error..

  • @Tmkang
    @Tmkang 8 років тому +31

    THIS HAS SAVED MY LIFE!

  • @bruceoathsmanthevakumaran702
    @bruceoathsmanthevakumaran702 2 роки тому

    Thanks dude!!! I first used this video when I was in college- was preparing for a coding/software course and now I used it again. I always have trouble with the initial IDE set-up and compiler configuration. Ur video saved me so much time then and now. Thank you so much!!! :)

  • @pawanthapa6596
    @pawanthapa6596 7 років тому

    Thanks man!!! i browsed a whole day and found nothing!! Then found this one today .........this video helped me get through the whole installation process with ease!!saved my life bruh!!!

  • @ajmendez8091
    @ajmendez8091 8 років тому +1

    It worked for me, thank you very much. Now I have 2 different IDEs, one for Java and another one just for C++ hahaha

  • @mohamedhesham6008
    @mohamedhesham6008 3 роки тому +1

    man you are still awsome from 2020. very helpful

  • @ammarashraf8988
    @ammarashraf8988 3 роки тому +1

    I've been visiting this video for a long time till now

  • @Tiredcabbage
    @Tiredcabbage 8 років тому +3

    Struggled to get this working for ages. Thanks a lot. This was really easy to follow and informative :3

  • @Frank-gv6fs
    @Frank-gv6fs 7 років тому

    Thanks for this video My man!! , I pissed around for 3 hours yesterday trying to get Eclipse to run on my pc, After i uninstalled all my compilers eclipse and java files i started fresh, followed your instructions and it worked on the first attempt! Im so thankful for this video :)

  • @seanchen6347
    @seanchen6347 8 років тому

    Thank you so much!!! I tried for a long time to fix my eclipse and it didn't work, but when I followed your video step-by-step, I was able to set up my eclipse and get my projects running. Excellent video!!! :):):):):):)

  • @rodrigososaartin
    @rodrigososaartin 9 років тому +6

    you are a genius , thanks you deeply , i promise i will give a good use of this knowledge , thank you so very much , it worked , perfectly and logically explained, you are a truly BRAIN , luck! from Argentina

  • @rajeshbiswas755
    @rajeshbiswas755 6 років тому +1

    This is the best tutorial i ever seen.He explain every little steps clearly. Really good video.Thanks Many many thanks

  • @akshayborhade8673
    @akshayborhade8673 6 років тому +1

    thank you so much. Its a small word actually. It helped me a lot

  • @CherryPauper
    @CherryPauper 7 років тому

    Best video for Eclipse C++ CDT installation on UA-cam

  • @kiranranjitkar2748
    @kiranranjitkar2748 6 років тому

    And Thanks a Lot for providing such a Genuine Process, Now i can Learn C++ at Home Myself rather than feeling Headache from TURBO C++ problems.

  • @timscott69
    @timscott69 8 років тому +4

    Brilliant. I've been struggling to install Eclipse for ages. Did it first time with this video. Thank You!!

  • @snehapawar4085
    @snehapawar4085 4 роки тому +2

    when i first time click on eclipse icon i got the error see the log file C:\eclipse\configuration\1583852808170.log. what can i do please help me with this??

  • @alicenlucy
    @alicenlucy 8 років тому +1

    when i was adding java into Path, i deleted eveyrthing that was there beforehand by accident (i didnt understand that you meant to ADD it). was that important?? it was a LOT of stuff n now theres only the java stuff

  • @rohinininawe3057
    @rohinininawe3057 4 роки тому

    Best video till now for Eclipse c/c++ installation and setup👍.Thanks a lot

  • @dhruvijariwala9531
    @dhruvijariwala9531 5 років тому

    This video has really helped me out.Thank you sir.

  • @daylonball566
    @daylonball566 9 років тому +2

    Thanks! Had trouble with this yesterday but got it working today!

  • @ammarashraf8988
    @ammarashraf8988 3 роки тому

    this video is the best even after over 5 years

  • @krishnaraoannepu3619
    @krishnaraoannepu3619 7 років тому

    Hi Sir, Thank you very much. Previously I tried with different links, it wasn't works. I followed your steps. I also set MinGW path in Path variable. It really working. Thanks to you and Google.

  • @mrgreen6599
    @mrgreen6599 7 років тому +2

    this is the best lesson i get it ever in all my life
    thank you so much

  • @royalaliyev2952
    @royalaliyev2952 7 років тому

    It worked perfectly and installed Eclipse Kepler, Thanks a lot.

  • @thestarinthesky_
    @thestarinthesky_ 5 років тому +1

    Time saver and life saver! The best ever! Thanks.

  • @cristobalsantiago5730
    @cristobalsantiago5730 8 років тому +4

    Thanks a lot! I really appreciate your useful video tutorial!
    Regards!

  • @dr.mostafadarvishi9774
    @dr.mostafadarvishi9774 7 років тому

    Thank you so much for your productive and useful video. It solved the problem regarding eclipse installation that I am confused with it for some days ! Bravo !

  • @burakapaydin9023
    @burakapaydin9023 7 років тому +2

    what i don't understand is that why we have to install gcc compiler whereas we have eclipse which also serves as a compiler. or eclipse is not capable of doing what gcc compiler does?

    • @maksymillian
      @maksymillian 6 років тому

      Burak Apaydin exactly my thoughts

    • @tanusreeghosh1262
      @tanusreeghosh1262 2 роки тому

      Eclipse is not a compiler. Bro it is just an IDE which will use a compiler such as GCC to compile the code.

  • @mihaipruteanu3502
    @mihaipruteanu3502 7 років тому

    Thank you. I had problems with iostream, I did as you showed in the video and eclipse worked. Thank you.

  • @anandtodkar505
    @anandtodkar505 3 роки тому

    Thanks Buddy 👍👍👍👍 nice explanation and now finally my eclipse works.🙏

  • @ThatBIMGirl
    @ThatBIMGirl 6 років тому

    Very nice and simple video!! Still up to date in 2017, only the Version numbers have changed of course. Thank you!!

  • @sathyaprasadnayak9149
    @sathyaprasadnayak9149 4 роки тому

    Very nice video to get started !! I come from source insight which is very easy to get started. Had to move to eclipse as this is freeware. Was a pain to get the setup running. But thanks to this video which explained the setup in very systematic way and helped me to get started

  • @mohamedabdo-yc2yd
    @mohamedabdo-yc2yd 4 роки тому +1

    When i start eclipse for the first time it say "java was started but returned exit code=13" and a lot of code things under it....can anyone help??

  • @pravinpatel5714
    @pravinpatel5714 6 років тому

    This video was very helpful in installing IDE. Appreciated very much!

  • @ilhanbalsak
    @ilhanbalsak 4 роки тому +1

    Thank you friend! It worked well for me.

  • @akashranjansingh600
    @akashranjansingh600 7 років тому

    Really informative!! It was so difficult to find the right steps by own and then this video made it all easy :)
    Thanks a lot

  • @TimVT971
    @TimVT971 9 років тому

    Simple to follow and it works - first time. Thanks!

  • @jayajaya4862
    @jayajaya4862 6 років тому +2

    The video is nice.But I encountered a problem that built-in settings are not completed.

  • @moussabouhoui8209
    @moussabouhoui8209 3 роки тому +1

    Error: Program "g++" not found in PATH Help pleaseeee

  • @TheProctadile
    @TheProctadile 8 років тому

    Works. Thank you programming knowledge man. If you follow these instructions it will work perfectly.

  • @fahadmirza8
    @fahadmirza8 8 років тому

    The only tutorial that worked for me! Kudos to you :)

  • @zinstein007
    @zinstein007 8 років тому

    Thank you, thank you, thank you.....you made it simple and concise and it works !

  • @anantapatil6106
    @anantapatil6106 6 років тому

    Very well to execute the installation... other videos not quite good
    Thanks alot!!!

  • @calebortega1
    @calebortega1 7 років тому

    Thank you ProgrammingKnowledge you are the best!

  • @kunalkatdare9799
    @kunalkatdare9799 8 років тому

    Thankyou very much! Saved a lot of time.

  • @rarecandy9203
    @rarecandy9203 7 років тому

    Thanks a lot, even though this tutorial is old it still worked for me.

  • @sajalwani1642
    @sajalwani1642 8 років тому

    hey there is problem while writing. the cursor blink continuously & when i erasse it erase something different!!! plz help me

  • @dnqt2006
    @dnqt2006 6 років тому

    Wonderful instructions. Many Thanks

  • @magiczerda3120
    @magiczerda3120 6 років тому

    It seems to build correctly, but it still says "Binary not found" :((
    Build log:
    22:34:00 **** Build of configuration Debug for project test ****
    make all
    Building file: ../src/test.cpp
    Invoking: GCC C++ Compiler
    g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/test.d" -MT"src/test.o" -o "src/test.o" "../src/test.cpp"
    Finished building: ../src/test.cpp
    Building target: test
    Invoking: GCC C++ Linker
    g++ -o "test" ./src/test.o
    Finished building target: test
    22:34:00 Build Finished (took 363ms)

  • @burumu82
    @burumu82 7 років тому +1

    Awesome Tutorial!! Keep up the good work!:)

  • @thomasanderson440
    @thomasanderson440 8 років тому

    Thanks! This ended four hours of headbashing!

  • @sudarshanv9797
    @sudarshanv9797 3 роки тому

    I created multiple classes, but I can't create more than one main function for a project? what I have to do?

  • @muellerfm3868
    @muellerfm3868 3 роки тому

    thank you so much. i hope you're well always.

  • @sanjaypardeshi1964
    @sanjaypardeshi1964 8 років тому

    I have already installed Java SE Development Kit 8u73 and I updated it too still it does not response when I typed javac in cmd

  • @gabriel9668
    @gabriel9668 4 роки тому

    Thank you so much! Still helping in 2019!

  • @Prafulathome
    @Prafulathome 8 років тому

    thank you .only this video worked and saved me.GREAT WORK.HATS OFF TO YOU!!!!!
    IT WORKS FOR WINDOWS 10 also

  • @subhashissingh4767
    @subhashissingh4767 8 років тому

    While setting enviroment variables I have three folder in java folder, 2 "JRE" folder and one "JRE" folder, and another thing regarding tool chain in C++ wizard part of preferences inside " Eclipse"MinGW is not visible. Please suggest any views regarding this problem.

  • @deepanjannag
    @deepanjannag 9 років тому

    Excellent description. Just what I needed. :)

  • @erickrieg1
    @erickrieg1 4 роки тому

    this is the best explanation I've seen to get a hello world on a PC program - still some of his references are out-dated

  • @kiranranjitkar2748
    @kiranranjitkar2748 6 років тому

    You doesn't need to change the Folder name to jre or jdk, they are automatically done. When I changed the name Eclipse didn't Run but showed error like Missing latest version.

  • @longbui8640
    @longbui8640 8 років тому +4

    Omg, thank you so much you've saved my life :'-((

  • @maths_kamlesh1787
    @maths_kamlesh1787 6 років тому

    You are truly amazing Sir.
    I have found what i wanted from here.
    Do you have any training institute/classes?

  • @nazhimas877
    @nazhimas877 6 років тому

    Can somebody help me, I could not install gcc in my computer, the system says its not compatible with my windows. I have downloaded 64-bit gcc but still can not install although my laptop is 64-bit.

  • @devikavenkateswarao7023
    @devikavenkateswarao7023 6 років тому

    Hi Sir, I have biuld all but still getting 'Launch Failed. Binary not found' error, please help me on this

  • @rijujosdas6220
    @rijujosdas6220 4 роки тому

    I'm getting an error in red below
    No Toolchain found for Target Local....
    Plz help

  • @jonathanjacobus7057
    @jonathanjacobus7057 8 років тому

    I successfully download and installed Eclipse for C/C++, but now I want to use it for java programming. How can I do this? Please help.

  • @Normalizing-polyamory
    @Normalizing-polyamory 6 років тому

    Please help!!! I followed your instructions but when I debug using strings I can’t see the actual value of the string under the expressions tab! How do I enable pretty printing???

  • @nomadic-insomniac
    @nomadic-insomniac 7 років тому

    I cannot see the MinGW GCC option in the New C/C++ Project Wizard Please help

  • @the_original_chicken
    @the_original_chicken 8 років тому

    thanks a bunch, I finally got it to work thanks to you!

  • @kawaljitsingh3520
    @kawaljitsingh3520 7 років тому

    Your video helped me alot! Thank you for saving me a lot of trouble. :)

  • @jm5535
    @jm5535 2 роки тому

    Thank you, very nicely explained in most details.

  • @Backflipmarine
    @Backflipmarine 4 роки тому

    Thanks! was pulling my hair out trying to solve this.

  • @Fallout3131
    @Fallout3131 8 років тому

    My Hello World has like 13 errors at the bottom, lots of them saying 1) Program g++ not found in PATH 2) Program "make" not found in path or 3) Program "gcc" not found in path.
    The hello world still runs like it does in your video but I am concerned it will cause problems in the future?

  • @hend1412
    @hend1412 7 років тому +1

    thank you so much you save my life 😩

  • @ThatMexicanDudeJohn
    @ThatMexicanDudeJohn 8 років тому

    Okay bro!!!! You are my hero!!!! I swear. Love your video. Like for sure!!!

  • @anishapacheco7073
    @anishapacheco7073 3 роки тому

    Thank you so much....Helped me a lot...☺️☺️☺️❤🙏🏻

  • @markmckelvie5062
    @markmckelvie5062 9 років тому

    Thank you, worked 1st time for me.

  • @abhishekpodder7594
    @abhishekpodder7594 5 років тому

    After compiling I am getting an error
    Test1.cpp.exe.[C/C++ Application]C:\Users\ABHISHEK\workspace\Test1.cpp\Debug\Test1.cpp.exe

  • @n.l.3776
    @n.l.3776 3 роки тому

    Hey, i tried following your guide but probably messed up something along the way, when i open eclipse, the part where i should be able to write my code in is completely blank and i cant write in it. On the side it says there is no active editor that provides an outline.
    Any help is appreciated :)

  • @mariadevina5594
    @mariadevina5594 6 років тому

    do i need to click "build all" all the time?

  • @PoohDaddy
    @PoohDaddy 5 років тому

    Thanks you! We all Appreciate it!

  • @mohanaluru8991
    @mohanaluru8991 8 років тому

    Thank you so much sir for explained in detail..

  • @prafuljoshi1150
    @prafuljoshi1150 6 років тому

    God Level Tutorial

  • @roomanat5828
    @roomanat5828 3 роки тому

    Thank you so much..may God bless you

  • @roshanpawar8704
    @roshanpawar8704 7 років тому

    I have followed all but that minGW is not showing up in NewC/C++project. What should I do ??

  • @spchee8608
    @spchee8608 8 років тому +3

    I still get the error Binary not found even after doing what you said of building all

    • @sureos3144
      @sureos3144 7 років тому +1

      Did you save your file?

    • @rwkar619
      @rwkar619 6 років тому

      Sam Chee once check the path for the program you saved the program you have to save it in your workspace location

  • @trinigunbankashi8871
    @trinigunbankashi8871 9 років тому

    TY !! still working with Eclipse C++ Mars

  • @ProgrammingKnowledge
    @ProgrammingKnowledge  9 років тому +3

    • @gamedeveloper1440
      @gamedeveloper1440 8 років тому

      If I know C++ can I create my own game engine like Unity3D, Unreal Engine?

    • @weluvgabe
      @weluvgabe 7 років тому +1

      Okay, so I've done everything in the video and I'm still getting the binary not found error. Why might this be?

    • @piscopowerdarkside
      @piscopowerdarkside 7 років тому

      I have the exact same problem, have you found a solution yet?

    • @weluvgabe
      @weluvgabe 7 років тому

      Gilberto Rogel Nope, I've decided to switch to Visual Studio instead.

    • @likeinfotek7198
      @likeinfotek7198 7 років тому

      better off with c# for unity anyway but they reckon c++ for all other engines

  • @DanielAlicanteSpain
    @DanielAlicanteSpain 9 років тому

    I need to start learning to use MPI . I have Window 7 and eclipse Parallel Mars. How can I install MPI?. Thanks

  • @Buhbuhburgers
    @Buhbuhburgers 7 років тому

    Very helpful video thanks mate!!

  • @rachanagupta6147
    @rachanagupta6147 4 роки тому

    Very helpful. Thanks a lot.

  • @sunnydindoyal2574
    @sunnydindoyal2574 8 років тому

    Hello, great video but i am a problem. in the console its saying, "Info: Nothing to build for Test1". please help

  • @linwingho1787
    @linwingho1787 8 років тому

    Thanks a lot!! Your tutorial helps me a lot!