Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding xamarin android controls to visual studio toolbox

I was working with Xamarin Visual studio and suddenly I just deleted some of the controls from Visual Studio toolbox pane in android designer.

I tried adding them using (right click on toolbox/choose items), but I don't know where the assembly of the controls live.

Does anyone know how to add the controls back?

like image 529
SHM Avatar asked Apr 09 '15 07:04

SHM


2 Answers

simple fix

Deleting the *.tbd in the following dir on Windows worked for me...

C:\Users[Current user]\AppData\Local\Microsoft\VisualStudio\version of
visual studio\

sometimes the file was hidden so do this.

go to this folder

"C:\Documents and Settings\\Local Settings\Application
Data\Microsoft\VisualStudio\version of visual studio"

that's it. Happy Coding

like image 184
Jagadeesh Govindaraj Avatar answered Oct 05 '22 02:10

Jagadeesh Govindaraj


Yo need to have Android SDK tools and Android SDK platform tools both installed. In my case Android SDK platform tools was not installed for some reason. Got Visual studio-->Tools-->Android-->SDK Maanger and check if both the tools are isnatlled. If not please install both the packages.

like image 27
Web Application Developer Avatar answered Oct 05 '22 02:10

Web Application Developer