+ 3
How to fix this problem ?
I have no idea why my mobile is not able to connect to visual studio 😭 I am making a Apache Cordova project ,so i connected my mobile phone to my labtop then i click on simulate on "Device" (to be able to see my code on the device), but it only gives me 1 warning (TS6053) and 47 errors . The Image : https://www.sololearn.com/post/151017/?ref=app
10 Antworten
+ 3
here, it also include version of build tools that you need
https://docs.microsoft.com/en-us/visualstudio/cross-platform/tools-for-cordova/tips-workarounds/configuration-tips?view=toolsforcordova-2017
+ 6
I am on vscode but this problem is not with me i am easily connected my mobile with my vscode and get file form my laptop. Plz See your settings ..
+ 2
Taste thanks, so after downloading the sdk separately the problem should be solved , right ?
Or there is any other thing i should do after downloading the sdk
+ 1
does adb detect your device ?
+ 1
Taste sorry , but What is the adb ?
+ 1
sorry i'm outside atm.
adb is android debug bridge, it usually placed inside sdk folder.
its kind of responsible to connect your development enviroment to your phone.
+ 1
Am I able to download it or is it something that comes with visual studio ?
+ 1
it comes with android sdk. soo you'll need to download the sdk separately
ita under sdk tools
https://developer.android.com/studio/#downloads
+ 1
there are a few things that you'll need to download using sdk manager, it should be included with sdk tools.
for cordova you'll need
platform tools
build tools
also sdk 21
you dont need to download the system images, those are for emulator.
there's some more things to do with enviroment variable, i dont remember much. i'll look for it for a bit
0
Hi there