I had the mentioned problem that I wanted to go back to MainActivity by sending an intent and not by calling finish() which led to the mentioned situation that I had to press Back button several times to exit my application. But the Internet led me to this video which explained my mistake . Thank you :)
@rowleysghostАй бұрын
I'm stuck at the open folder in wsl, it talks about distro now
@doggo531Ай бұрын
I'm new to Linux and its quite overwhelming. I followed multiple guides and struggled since none of them worked. But yours did, i was close to giving up and switching back to python but this helped me so much. Thank you for this guide and your efforts.
@mavi199119932 ай бұрын
doesnt work "sudo snap install --classic code"
@mightyboy13712 ай бұрын
you absolute legend
@Beast_B9442 ай бұрын
I'm in fedora it says sudo:apt-get : command not found
@HSY-z8b3 ай бұрын
Thank you very much for this top solution. Would you please also explain how a cpp code with GUI can be developed inside a container?
@ramble213 ай бұрын
Thank you for the simple yet detailed tutorial!
@amtsad3 ай бұрын
its 2024, through this video u earned a subscriber
@andrevshimself3 ай бұрын
Thank you !!!!!!!
@ChandanAkbarpuria3 ай бұрын
my wsl vs code window changes to normal vs code window when my I choose Any local folder . please help
@timstevens33613 ай бұрын
ms vscode runs on every platform i think it is harvesting source code for training ai llms nobody else thinks this ?
@DiegoI-i9v4 ай бұрын
Thank you, this video helped a lot.
@bookish30184 ай бұрын
good job!
@viewerontube5 ай бұрын
Thank you Brian!
@scottbiggs88945 ай бұрын
Thank you, this was very useful. There seems to be problems with the kotlin json serializer (some bug was introduced recently) that's forcing me to go back and use Gson. But it's interesting you're still using java. It took a bit of trickery to convert that very last bit to kotlin. Here it is for those interested: val rockListType = object : TypeToken<ArrayList<PetRock?>?>() {}.type val myRocks: List<PetRock> = gson.fromJson(rocksJsonStr, rockListType)
@personxy74435 ай бұрын
sir,in wsl shell:I run "code cproject",why it just open in windows rather than in wsl?how open cproject in wsl directly?
@philipschroeder54276 ай бұрын
I am stuck at the "password"-step. You typed that too fast for me. Could you please repeat your password slowly, and maybe spell it out, so that I get it as well? Ok, jokes aside, I know that Valgrind supports different platforms/ABIs, my question is though, could you cross-compile-test with Valgrind? For instance if I compile for ARM, can I tell Valgrind to set up the VM for ARM though I am executing on an x86_64 PC? Thanks
@SsAne-b36 ай бұрын
CN anur
@alirazi91986 ай бұрын
thanks
@nethranjalitharushika4476 ай бұрын
Thank you soo much sir, this is perfect.i saw lot of videos to slove some problems i met , but this is perfect one .i sloved my problems very quickly .thank you so much again.
@leonard91617 ай бұрын
very helpful
@billyliu68117 ай бұрын
Make sure to do a `sudo apt install gdb` and `sudo apt-get update` if you don't have gdb installed or else vscode will complain with an error
@arslangarden58247 ай бұрын
Can I contact you? Where to?
@Rith-ld1jl7 ай бұрын
I can not from local to remote because message is already lock Please explain me how to solution to be upload success from local to remote?
@michele.altamura7 ай бұрын
You saved my life, thanks 😉
@SpeedyGadget8 ай бұрын
I dont have a mainactivity.xml
@bruteoni84328 ай бұрын
well this is outdated now... damn it
@gabrielmarianosantos39929 ай бұрын
Thank, I've got a test on friday (today is monday), and only now I could truly understand Thank you so much!!! Greeting from Brazil!!
@carlosmorenoi9 ай бұрын
Gracias, Saludos desde Colombia.
@unbekannter_Nutzer9 ай бұрын
Very nice tutorial, especially in contrast to those, which only show a sequence of actions (mouse, keyboard) without explaining, what they are doing, but playing annoying background music instead. Thanks.
@MarnisAntonites9 ай бұрын
DR BRIAN, YOU HAVE SAVED ME, THANK YOU.
@245_krishnasrinivas710 ай бұрын
this is by far the best android studio tutorial. it covers all my doubts that i came across when i was trying to do it by myself. truly helpful, thank you!!
@atn36210 ай бұрын
Huge help. Thank you so much. This too has helped me while I’ve been banging my head against the wall for 2 days.
@gregoryturnbull10 ай бұрын
Exactly what I needed to get started. You saved me hours if not days. Thanks!!!
@MrSchattka10 ай бұрын
Thanks Dr. Fraser for the debugging videos that you have created.
@sarpdaltaban11 ай бұрын
I do the same but after finish my files don't appear on the project explorer
@hasyxd167111 ай бұрын
I may be wrong but wouldnt it be faster to lock the mutex before the loop start and unlock after the loop end ? Its less syscalls and should prevent the race condition just the same will beeing faster ? Correct me if Im wrong
@sibymohamed3013 Жыл бұрын
Thank You Dr BRIAN
@x1Wolf101x Жыл бұрын
Does this still work? I've tried to go through the steps in the video but VSCode does not let me open a folder in WSL so I am stuck on that step. It also isn't letting me use commands in the terminal?
@theos51875 ай бұрын
They deleted it from the WSL commands, but its still in the general command palette.
@shaihaim989 Жыл бұрын
Thanks for the video! With the new Android Hedgehog the default layout is a ConstraintsLaoyout. Maybe you could produce a new and updated version of the video?
@shaihaim989 Жыл бұрын
Wow! Great video. Good pace and super clear flow and explanation.
@arthurs6405 Жыл бұрын
Thank you very much. That was very well explained. Good job. I am assuming that you are an professor and thus I can believe that your students are benefiting from paying the excessive tuition being charged today.
@hennero.3826 Жыл бұрын
Thank you very much! Following these instructions, I could easily get the C++ compiler (g++) running in my existing VS Code that I had installed a few weeks ago to use PlatformIO. 🙂 As I am new to VS Code and therefore not familiar yet with how the use the different extensions, I appreciate especially the valuable information you provided regarding starting the IDE from the command line! This allows me to simply start the software from either a folder containing PlatformIO projects or a folder that I am using for the C++ stuff.🙂