First tests, and first difficulties
http://forums.xamarin.com/discussion/28 ... app#latest
http://forums.xamarin.com/categories/android
Building Android apps from Visual Studio Community
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- pablovidal
- Posts: 398
- Joined: Thu Oct 06, 2005 10:15 pm
- Location: Republica Dominicana
- Contact:
Re: Building Android apps from Visual Studio Community
I am using Visual Studio Community, built an android app and generated the debug version (can't build the release version, always fails, don't know why). Once it is created I have these files:
App1.App1.apk App1.App1-Signed.apk App1.dll App1.dll.mdb App1.pdb
How can I copy those files to an Android phone to test it ? thanks
Antonio Como yo veo, tienes dos instaladores que son los que terminan en APK
uno normal y otro firmado.
Para instalarlos yo utilizo el ADB de android
El ADB es parte del sdk de android
App1.App1.apk App1.App1-Signed.apk App1.dll App1.dll.mdb App1.pdb
How can I copy those files to an Android phone to test it ? thanks
Antonio Como yo veo, tienes dos instaladores que son los que terminan en APK
uno normal y otro firmado.
Para instalarlos yo utilizo el ADB de android
Code: Select all
adb install App1.App1.apk
Saludos,
Pablo Alberto Vidal
/*
------------------------------------------------------
Harbour 3.2.0, Fivewin 17.02, BCC7
------------------------------------------------------
*/
Pablo Alberto Vidal
/*
------------------------------------------------------
Harbour 3.2.0, Fivewin 17.02, BCC7
------------------------------------------------------
*/
Re: Building Android apps from Visual Studio Community
hack: Antonio, otra forma es: mándatelos por correo electronico y al descargarse se instalan solos. Si ya sé que hay que buscar otra forma... pero al principio conviene ir avanzando