Re: [android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-28 Thread Ray Tayek
i would recommend using jenkins with the gradle plugin to do your builds. thanks On Monday, September 28, 2015 at 9:35:30 AM UTC-7, mike digioia wrote: > > not sure what you are recommending > > On Sun, Sep 27, 2015 at 10:45 AM, Ray Tayek > wrote: > >> also waiting. >> >>

[android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Ray Tayek
i made a new app an now it works. i have no idea why. thanks On Monday, September 28, 2015 at 6:54:14 AM UTC-7, Ray Tayek wrote: > > i have an amd cpu. i may try that later. > > for now, i would just like to make the app work. > > thanks > > On Monday, September 28, 2015 at 5:08:07 AM UTC-7,

Re: [android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-28 Thread mike digioia
not sure what you are recommending On Sun, Sep 27, 2015 at 10:45 AM, Ray Tayek wrote: > also waiting. > > but i think gradle is a step forward. android studio uses it to build. > > there is a gradle > plugin for >

Re: [android-developers] android studio - getting new hello world project to work

2015-09-28 Thread mike digioia
did you have to change any .xml files? if so which one On Mon, Sep 28, 2015 at 9:11 AM, mike digioia wrote: > I have been attempting to use Android Studio to connect to my real rooted > device but it is not clear what is needed. My device comes up and i can see > its serial

Re: [android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Steve Gabrilowitz
Easiest way to do that is to just plug a real device into your USB port! On Sep 28, 2015 9:55 AM, "Ray Tayek" wrote: > i have an amd cpu. i may try that later. > > for now, i would just like to make the app work. > > thanks > > On Monday, September 28, 2015 at 5:08:07 AM UTC-7,

Re: [android-developers] android studio - getting new hello world project to work

2015-09-28 Thread mike digioia
I have been attempting to use Android Studio to connect to my real rooted device but it is not clear what is needed. My device comes up and i can see its serial number with adb fine. Looking at this ( http://developer.android.com/tools/device.html, seems to require a line In the application tag of

[android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Usha Hegde
My personal experience is Lollipop emulator is very slow. Try downloading kitkat emulator using sdk tools. And once you see emulator, try giving run command again. On Sunday, September 27, 2015 at 10:44:49 PM UTC+5:30, Ray Tayek wrote: > > hi, i just downloaded android studio and made a new

[android-developers] Image Picker with ACTION_GET_CONTENT shows shortcuts

2015-09-28 Thread Brill Pappin
I'm I'm doing the standard thing to allow a user to pick an image: Intent intent = new Intent(); intent.setAction(Intent.ACTION_GET_CONTENT); intent.putExtra(Intent.EXTRA_LOCAL_ONLY, true); intent.addCategory(Intent.CATEGORY_OPENABLE); intent.setType("image/*"); However, I get an "Open From"

[android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Ray Tayek
i have an amd cpu. i may try that later. for now, i would just like to make the app work. thanks On Monday, September 28, 2015 at 5:08:07 AM UTC-7, Usha Hegde wrote: > > My personal experience is Lollipop emulator is very slow. Try downloading > kitkat emulator using sdk tools. And once you