**** BEGIN LOGGING AT Mon Jan 11 02:59:58 2016 Jan 11 03:08:19 Any suggestions? http://stackoverflow.com/questions/34670553/detecting-long-clicks-on-a-custom-view Jan 11 03:24:15 anyone have an xbox here? Jan 11 03:30:44 lol, i kept wondering, why can't i cast an ImageButton to a Button ... Jan 11 03:30:54 * g00s headdesk Jan 11 03:43:35 duh Jan 11 03:44:02 and why would you ever cast a button to anything except a view, only reason to cast to button is for settext Jan 11 06:22:16 what is "gradle" really? it's some android-java tool Jan 11 06:28:59 @BW^ gradle is a dependency manager + Build Tool Jan 11 06:32:57 bhargavg: got it Jan 11 06:33:08 bhargavg: just for me to know my USB link to Galaxy phone works, NOOB Q: Jan 11 06:33:15 bhargavg:how do I run a "Hello world" app on it? Jan 11 06:33:21 bhargavg: the phone is already in developer mode Jan 11 06:39:48 have you worked out how to plug it in yet? Jan 11 06:40:46 Question: I have an imageview with a default src value set. When I call imageview.setImageBitmap(image)... if the image is smaller than the src image you can still see the src image behind the new one i set. i thought that setting a bitmap cleared the src img.. any simple solutions? Jan 11 06:41:44 i didn't know it just laid a bitmap in top of the src :\ I'd still like to keep the src as it's a simple way to do empty/default image view placeholder stuff Jan 11 06:43:19 "adb devices" Jan 11 06:43:22 "List of devices attached Jan 11 06:43:23 ???????????? offline eh Jan 11 06:43:29 "List of devices attached Jan 11 06:43:29 ???????????? offline" eh Jan 11 06:43:39 leeds: wait, what do you mean? Jan 11 06:43:47 leeds: it's physically plugged in to the USB, "dmesg" shows it Jan 11 06:44:05 umm.. dmesg shows "usb 1-2: usbfs: USBDEVFS_CONTROL failed cmd adb rqt 128 rq 6 len 256 ret -110" Jan 11 06:44:38 ok, good, you know how to plug in a cable Jan 11 06:45:11 leeds: right Jan 11 06:45:29 leeds: this is my first time around, so like, immediately when I saw it work i'll have more to act on :D Jan 11 06:45:49 leeds: i'm very competent in other software dev, Unix and so so i'm just trying to hack my way through now to get an idea Jan 11 06:45:56 can't be difficult seriously it's just a new toolchain .... Jan 11 06:48:12 it's not difficult, but it's a lot easier if you don't assume that things work the way other things do Jan 11 06:48:29 leeds: sure Jan 11 06:50:17 leeds: WORKED! :DDDDDDDDDDDDD Jan 11 06:50:24 yay. Jan 11 07:02:51 anyone? lol Jan 11 07:11:23 hi all, i just have a general question. if i use the mutex locking and unlocking in thread, and if the thread is terminated between of lock & unlock, what is the state of mutex ? Jan 11 07:28:44 running in emulator just says "Starting Android emulator with image Samsung_Galaxy_S5_emulated" and then nothing shows up in X Jan 11 07:44:24 AppBarLayout + CollapsingToolbarLayout - i want to change the height programmatically and then expand/collapse it smoothly Jan 11 07:44:30 yet i dont know how to achieve that Jan 11 07:45:43 changing layoutParams may do it but doesnt expand gracefully Jan 11 08:13:32 Hello. I am suddenly getting a "APK was either not signed, or signed incorrectly" when deploying my application Jan 11 08:13:56 The gradle config has the info about the keystore file Jan 11 08:28:18 Hi, did anyone ever use ashmem with android? Jan 11 08:28:51 does ashmem also work with nonroot (to create shared memory segments)? Jan 11 08:29:33 I wonder that there's no official interface Jan 11 09:42:13 pfn: I got it, thank you Jan 11 09:44:12 I am getting RSSI value as -127db when i click on connected AP on wifi UI Jan 11 09:54:14 I'm looking for a way to check where my app uses a certain permission defined in the manifest. any ideas how I can do that? Jan 11 09:58:13 I was sitting here doing nothing related to android and just happened to glance at the android monitor and noticed a debug message from an app. The app wasn't running and neither were any background services. I scrolled up and noticed a couple more instances of this happening. any idea how this is happening? Jan 11 09:58:45 Hi, I'm setup android/5.0.1 on a imx6 based board. I get a ip address and dns is correct. I have my network running. but I don't see a ethernet-setting entry in the settings App. What I have to do to get this entry? Jan 11 10:11:04 Anyone know of a way to style push messages depending on push meta data, using urban airship? I'm trying to intercept the message, and apply style, before it is 'posted' Jan 11 10:49:49 I'm trying to figure out why this crashes in line 66 with an index out of bound exception. Any ideas? https://gist.github.com/Syzygy2048/17e22dcbc251219c8bf5 Jan 11 11:29:57 Is it correct that if I request the permission to grant coarse location and it is granted, fine location is also granted automatically? Jan 11 11:30:14 since it's in the same permission group Jan 11 11:38:20 @find 3100 Jan 11 11:38:27 !list 3100 Jan 11 11:50:01 Can we change private key of the released android app? Jan 11 11:52:26 Who can tell me Android daemon and Linux Daemon? And Native Daemon and Other Daemon? Jan 11 11:52:34 just material is OK! Jan 11 11:59:55 can I make activity content go under the elements that are hidden when I turn on fullscreen mode? Jan 11 12:00:11 so that the content wouldn't resize when I turn off fullscreen Jan 11 12:00:15 himansudas: unless you are Google, or big enough that they'd care about it, no. Jan 11 12:01:42 Syzygy: you have to ask for the second type of permission again, but it will not show a dialogue, instead the permission will be granted automatically. Jan 11 12:01:56 justJanne: thnx :) Jan 11 12:02:44 There was a case where a quite big app developer lost their key, and their app was already preinstalled on every Samsung phone. Jan 11 12:03:01 Even they couldn't get this done. Jan 11 12:03:23 So Google only does it or its own services, it seems. Jan 11 12:05:56 justJanne: so if I want to use either ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION depending on which one gives the better result at the moment, I need to check for both permissions and if the user declines the one i ask for first, they'll also have to decline the second one? Jan 11 12:11:37 am I right in thinking that androids 'PRIVATE' storage is only accessible by other applications if your device is rooted? Jan 11 12:12:40 more or less yes Jan 11 12:18:48 doesn't seem much less secure than the keychain in iOS Jan 11 12:22:27 I find it weird that permissions would be granted in groups but still need to be requested individually. Jan 11 12:58:31 It's an artifact of the Android permission system from older times. Jan 11 12:58:48 It has no concept of groups, but a concept of automatically granted permissions. Jan 11 13:05:07 gordon_,? Jan 11 13:12:49 <_SASDOE> What's the best way to display a login activity if the user isn't logged in ? Right now I am doing startActivity in onCreate for the main page, but I am not convinced this is the best way to do so Jan 11 13:22:00 Imo that's the best way Jan 11 13:22:18 _SASDOE, I agree with SimonVT. Another option is a fragment but activity is cleaner imo Jan 11 13:22:23 Hi, how many native daemons are there in the android? Jan 11 13:23:44 I found it much simpler to split the two states (logged in/not logged in) in two activities Jan 11 13:24:50 <_SASDOE> Ok cool! First proper android app and I'm not doing it all wrong, neat! Jan 11 13:24:58 The user not being logged in happens "once".. Every other time I want to take them straight to the "logged in" activity Jan 11 13:25:25 you could also start the login activity by default and switch to main activity in oncreate if the user is logged in Jan 11 13:25:37 depends on what state you expect to happen mostly i think Jan 11 13:26:01 <_SASDOE> danijoo: That's not visually very pleasing is it? Having an activity spawn above a login screen for all authenticated users Jan 11 13:26:23 You don't actually see the login activity if you finish it immediately and start a new one Jan 11 13:26:25 _SASDOE,if you do the check before setContentView(), theres no visual difference Jan 11 13:26:42 You're just launching the login activity for no reason.. In my case the other way around made most sense Jan 11 13:27:32 <_SASDOE> Mhh then I must have an issue, startActivity doesn't seem to launch the activity immediatly, how come ? (IE I see it spawn above the main activity) Jan 11 13:28:00 <_SASDOE> Also, can I use sharePreferences to store an auth token ? I'm having trouble getting it to work Jan 11 13:28:38 _SASDOE, startActivity() is asynchronous Jan 11 13:28:44 if thats what you mean Jan 11 13:29:03 <_SASDOE> I don't get it, should Jan 11 13:29:07 Remember to finish the first activity Jan 11 13:29:14 <_SASDOE> Ahhh ok Jan 11 13:40:00 <_SASDOE> Oooh. commit the changes to sharedPreferences. Daa Jan 11 13:57:05 is it a known issue that the debugger launches on the wrong device? Jan 11 13:59:25 wrong device? Jan 11 14:00:54 I have two devices connected. I select it to launch on one, it launches on the other until I disconnect the device Jan 11 14:01:04 i have noticed this as well with emulators Jan 11 14:02:22 check your run configs if one is set to always run on a specific device Jan 11 14:02:59 it doesn't always happen Jan 11 14:03:35 but after an hour or two, it's almost guaranteed to happen once Jan 11 14:03:47 maybe to choose to ¨always run on selected device¨ in your config? Jan 11 14:06:05 no, that's not the issue Jan 11 14:06:11 I was asking if it's a known bug Jan 11 14:06:35 not known to me. you should check the bugtracker for that Jan 11 14:08:56 morning Jan 11 14:11:48 Hi Jan 11 14:12:43 I'm using the google play game service plugin for unity, but there I found a problem with the exclusive bitmask parameter of the createQuickGame function Jan 11 14:12:58 it doesnt seem to work properly Jan 11 14:13:53 anyone know why ? Jan 11 14:14:12 no matter what value I set for each role, they keep matching anyway Jan 11 14:23:46 hi i m trying to compile ActionBarSherlock with "ant release" but i m getting this errior and i can't understand why : ActionBarSherlock/src/com/actionbarsherlock/internal/utils/Utility16.java:33: error: cannot find symbol Jan 11 14:23:51 [javac] v.setBackground(d); Jan 11 14:31:20 dont use actionbar sherlock Jan 11 14:31:54 .. or ant :( Jan 11 14:32:03 yeah ^^ Jan 11 14:32:30 is actionbarsherlock really useful anymore? thought toolbar made it kind of obsolete? Jan 11 14:32:48 it has been obselete for more than a year i think Jan 11 14:34:07 yeah its not useful anymore Jan 11 14:34:14 we have the support lib for that now Jan 11 14:39:35 is it possible to pass a raw path with slashes to a retrofit interface? Jan 11 14:44:54 nevermind Jan 11 14:51:13 what, if anything, can I do to get more information to debug this crash: http://hastebin.com/doqokiyeya.txt is there some kidn of debugger I could use that would provide me with more information? Jan 11 15:02:33 Hey all. I'm using pocketsphinx and am having a hard time getting it working. When I set up my SpeechRecognizer by running addListener, I get an "java.io.IOException: Failed to initialize recorder. Microphone might be already in use." error (using emulator). I'm not sure what could be using the mic - is this a limitation of the emulator or have I done something odd? Jan 11 15:09:46 This is my code; https://pastebin.mozilla.org/8856356, this is the log output; https://pastebin.mozilla.org/8856357 Jan 11 15:10:04 & the activity just initialises it all with; Speech.getInstance(getApplication()) Jan 11 15:17:33 can we set imageview from outside inside cardview with recyclerview except onBindViewHolder method Jan 11 15:18:03 actually i am downloading the images from server and setting it to imageview one by one Jan 11 15:18:30 and sending the broadcast to set the imageview Jan 11 15:18:43 s9iper1, no. Jan 11 15:18:50 why dont you use Picasso Jan 11 15:19:43 you should do the image downloading in the adapter with the images belong to the adapters items Jan 11 15:19:58 i mostly avoid to use external libraries Jan 11 15:20:00 http://paste.ubuntu.com/14469669/ Jan 11 15:20:02 here is the code Jan 11 15:20:23 danijoo, Jan 11 15:21:32 why? Jan 11 15:24:47 actually i am using cardview and recyclerview danijoo Jan 11 15:25:05 i like it :P Jan 11 15:25:08 danijoo, Jan 11 15:25:27 i will be back danijoo Jan 11 15:25:37 af you can help me Jan 11 15:25:38 if Jan 11 15:25:40 "" Jan 11 15:25:45 s9iper1, I prefer to not look look at your code if you refuse to use libs ^^ Jan 11 15:25:55 good luck Jan 11 15:29:28 Anyone here have any experience with sphinx & the android emulator? Jan 11 15:31:17 or maybe i'm looking at this wrong now; is there a way to do continuous background voice listening in android using the sdk? Eg, I'd like to be able to listen for arbitrary strings like "show me x" or "next" or whatever and it'll response by performing some action. Just when the app's in focus is fine Jan 11 15:36:20 what attribute responsible for CheckBox text color? Jan 11 15:50:59 hi Jan 11 15:52:24 anyone on? need a help! Jan 11 15:52:48 just ask Jan 11 15:53:06 in case of an emergency please dial 911 Jan 11 15:53:17 EPG: lolz Jan 11 15:53:27 EPG, only in the US Jan 11 15:53:31 and maybe canada Jan 11 15:53:44 i want to send email from android application, but not using default mail sender. Jan 11 15:54:20 neither default maild id. Jan 11 15:54:35 centric, how do you envision sending the mail then? Jan 11 15:54:38 i tried GMAILsender but it didnt worked for me. Jan 11 15:54:55 something like gmailsender is what i need. Jan 11 15:55:04 like i can send mail from php. Jan 11 15:55:12 112 should work as an emergency number on any GSM phone, AIUI Jan 11 15:55:22 so have android send via some 3rd party smtp service or whatever? Jan 11 15:55:58 Leeds, yep, same with 911 Jan 11 15:56:02 philm88 how to send via some 3rd party? Jan 11 15:56:07 Is there a reason why a mapfragment that has been working before and is working on other devices might stay blank on some devices? It's still able to return a long and lat coordinates if you click on it... Jan 11 15:57:11 centric: No idea - I'm totally new to android. But I'd imagine there's some library that should make it a lot easier for you. 'gmailsender' sounds (from the name) like it should do what you want. So if you're having difficulties with it, it'd probably be helpful to post the code you've tried and any errors you've received Jan 11 15:57:40 I agree with philm88 Jan 11 15:58:04 also there are other services available. Ive never used any of them, but you could search around for others if gmailsender is not working Jan 11 15:58:12 carcrash and philm88 s i said GMAILsender didnt worked out for me :( Jan 11 15:58:35 carcrash other servicses like? Jan 11 15:58:37 centric, we are aware of that Jan 11 15:58:44 use google Jan 11 15:58:47 not with android, but i've had problems sending email via gmail. Jan 11 15:59:15 or post more specifically the issues you are having with gmailsender Jan 11 15:59:27 carcrash : i did googled before coming here. it's like last option for me. Jan 11 15:59:33 before I could use the service, I had to call some number and verify something Jan 11 15:59:44 try mailgun Jan 11 15:59:48 no idea if it is any good Jan 11 15:59:50 the only issue is it wont send mail. :( Jan 11 16:00:09 that seems to be a major problem considering that is your goal Jan 11 16:00:14 lol Jan 11 16:00:42 carcrash, make a normal ACTION_SEND intent and let the user choose what client they want to use Jan 11 16:01:20 I agree, he said he did not want to use a 3rd party app. Jan 11 16:01:34 centric, I think that message was for you (from danjoo) Jan 11 16:01:44 *danijoo (pardon me0 Jan 11 16:02:46 if he dont want to send via thrid party, he has to embedd a mail client in his own app Jan 11 16:02:58 and do the whole smtp stuff by hand Jan 11 16:03:17 yes danijoo, do u have any info related to it? Jan 11 16:03:47 centric, use some smtp library and go for it Jan 11 16:03:54 i can configure whole thing in php and den simply send GET to it using volley but i wanted to use something like GMAILsender Jan 11 16:04:24 whole thing == smtp server and all dat stuff related to sending email. Jan 11 16:04:51 never used GmailSender sorry Jan 11 16:05:22 well GMAILsender is smtp library but the problem is i'm new to android and only prblem with that library is that it is not sending mail netiher giving any exception. Jan 11 16:12:40 Any Retrofit 2 pros out there? Having trouble with SimpleXmlConverter - it can serialize an object to XML but not deserialize from XML, "Could not locate ResponseBody converter for..." Jan 11 16:13:38 I've got a project in android studio I've set up for SDK 23, I'd like to try building it with sdk 19 to see if that has an affect on an error I'm seeing, is there an easy way to do that? My app's pretty minimal, and I dont htink I'm using anything that requires sdk23, so I'd assume nothing will break? Jan 11 16:14:41 ThymeCypher: I am Jan 11 16:15:40 You haven't provided enough info. What type is the response supposed to be? Jan 11 16:16:41 @JakeWharton well of course YOU are, haha. Trying to use SimpleXmlConverterFactory for SOAP (yuck) - so I'm sending an Envelope and trying to receive an Envelope Jan 11 16:17:30 I know very little about that Converter. It was contributed and I've sort of just dragged it along. Jan 11 16:17:56 It should try to handle all types though Jan 11 16:18:05 I'll have to look more when I get to the office. Jan 11 16:18:20 JakeWharton, do you have time to answer another short question? Jan 11 16:18:48 The type is Call>, does that at least look correct? Checked with Call to verify the response is valid XML. Jan 11 16:19:50 ThymeCypher: yes Jan 11 16:20:04 jonky: if it's about something I know, maybe Jan 11 16:21:20 JakeWharton: I'll dig around in the converters source then, see if the problem lies there. thanks. Jan 11 16:21:40 I have an API that uses an authorization header. In one activity it works. But in another activity the authorization header isn't being sent. Jan 11 16:23:54 I've resorted to using the @Header annotation for now Jan 11 16:24:28 But I can't figure out where the authorization header is going Jan 11 16:25:00 "* This converter only applies for class types. Parameterized types (e.g., {@code List}) are not handled." Well butter my biscuits... Jan 11 16:25:24 jonky: have you tried enabling logging? Jan 11 16:25:36 ThymeCypher: I don't think SimpleXml can handle parameterized types. Jan 11 16:25:41 Hence the restriction Jan 11 16:26:03 jonky: you haven't shown anything about your configuration so it's impossible to know what's happening. Jan 11 16:26:24 Sounds like the two activities aren't sharing the same configured client though Jan 11 16:28:33 well, the client is stored in the Application object and is only created once. Jan 11 16:29:17 but hang on, i'll post some relevant code Jan 11 16:34:06 there it is Jan 11 16:34:24 where it is? Jan 11 16:34:30 JakeWharton, thanks. I found an old debug condition that i forgot about Jan 11 16:34:44 yiati, istanbul Jan 11 16:39:59 I'm using pocketsphinx and am having a hard time getting it working. When I set up my SpeechRecognizer by running addListener, I get an "java.io.IOException: Failed to initialize recorder. Microphone might be already in use." error (using emulator). I'm not sure what could be using the mic - is this a limitation of the emulator or have I done something odd? Jan 11 16:40:04 This is my code; https://pastebin.mozilla.org/8856356, this is the log output; https://pastebin.mozilla.org/8856357 Jan 11 16:41:22 How can i programmatically set the font color of my subclassed TextVeiw? http://pastebin.com/qRp6uxeC Jan 11 16:41:28 doing this.setTextColor didn't work Jan 11 16:43:02 it does work, but the 3 param ctor doesn't get called. when inflated from xml Jan 11 16:43:17 oh, that's right Jan 11 16:43:18 my bad Jan 11 16:45:00 pfn: if i wanted to allow the xml to override the programmatically set color, would i just put it before the super(context, attrs); ? Jan 11 16:45:27 delegate your construction to the 3 arg Jan 11 16:45:55 this(ctx, attrs, 0) Jan 11 16:49:31 having the same keystore and the same package name, can I replace an old apk in google play? Jan 11 16:49:58 pfn: http://pastebin.com/dnZcW9Ln didn't change the text color Jan 11 17:00:59 Is there a way to check the actual app language? e.g. default language is english, but my phones locale is de_AT and the app does not support german. Is there a way to get check if the app is in english? Jan 11 17:02:10 Hello. Jan 11 17:03:08 If, in a Fragment, you getArguments().putInt("foo", 2), is the value saved through recreated fragments? Jan 11 17:03:28 I know you're not allowed to .setArguments() after the fragment has been created Jan 11 17:03:45 but does that bundle suddenly become readonly, as well? Jan 11 17:08:22 How do I use an AsyncTask inside an interface stub object? Usually in onPostExecute I can set an interface to update the main thread after processing completes. I'm unsure how this works in this case: http://pastebin.com/T3WfJdEg Jan 11 17:14:28 explodes_, why dont you use the saved instance state for that? Jan 11 17:14:36 (to be on the safe side) Jan 11 17:26:57 so, now that phones havfe usb type c on them, can I just plug in arbitrary devices with usb type c and have them work automatically without otg? that'd be nice if so Jan 11 17:27:11 http://www.bestbuy.com/site/sandisk-32gb-usb-type-c-flash-drive-black/6162114.p?id=1219659376699&skuId=6162114 Jan 11 17:27:21 tempted to buy that, for some unknown reason Jan 11 17:28:34 i doubt it. Type C is just the connector; it doesn’t really have anything to do with the data going over it Jan 11 17:31:24 pfn: theoretically, yes. Practically, most phones don't support USB-C video, or USB-C Hostmode Jan 11 17:31:36 I'm not asking about most phones Jan 11 17:31:42 I'm asking about the phones that /do/ have type c ports Jan 11 17:31:50 But yeah, you should be able to just plug a thumb drive into your phone. Jan 11 17:32:04 Yes, most of the ones with C barely support host mode. If you're lucky. Jan 11 17:32:12 "most" ? Jan 11 17:32:18 there's like 3 phones with usb type C Jan 11 17:32:28 and by most, that would mean neither the nexus 5x nor 6p... Jan 11 17:32:43 Well, it depends on what you wanna do. Jan 11 17:32:53 Afaik, neither of them support all USB type C features. Jan 11 17:34:07 But the nexus ones /should/ support host mode. Jan 11 17:34:16 I don't know about the 1+2 Jan 11 17:37:19 the answer is they do Jan 11 17:38:57 Hi, I'm using the real-time multiplayer of google play on unity and I have some problems with the createQuickGame function, my exclusive bitmask seems to be ignored Jan 11 17:39:27 like no matter what I set, the room is created anyway Jan 11 17:39:32 can somebody help me ? Jan 11 17:39:41 please Jan 11 17:39:47 :D Jan 11 17:41:09 Is it possible to instantiate a class that will later become an intent? Jan 11 17:41:42 Ahh nevermind I just thought of a method to do the same Jan 11 17:41:46 with less hassle Jan 11 17:43:17 What would you advise me to use for a text bar that automatically finishes the query...the way google does as you type Jan 11 17:43:44 yxnl, you should ask in the unity channel if this exists. we barely use it here. Jan 11 17:44:22 Ok I see Jan 11 17:44:53 thanks danijoo_ Jan 11 17:45:50 dont you use a smilar function even without unity ? Jan 11 17:47:40 yxnl, maybe. but most stop reading what you want after the word "unity" :P Jan 11 17:48:34 I mean autocoplete... Jan 11 17:48:43 sigh... autocomplete ` Jan 11 17:50:11 ok :/ Jan 11 17:51:15 cart_man, AutocompleteTextView ? Jan 11 17:55:06 https://ubiquity.withgoogle.com/stream?linkId=20269831 Jan 11 17:55:17 starts in 5 minutes (Ubiquity Dev Summit) Jan 11 17:55:19 danijoo_: Yea just saw that... is it the only one? Do you know if I can limit the autocomplete criteria to say... food sorts? taking a chance I know Jan 11 17:56:30 cart_man, you can limit the criteria to whatever you want by setting a custom adapter Jan 11 18:01:38 eh thats funky music for tech conference Jan 11 18:02:07 giddy-up! Jan 11 18:03:55 hello Jan 11 18:06:35 If I subclass a textview and initialize it via XML, is there a way to access the properties defined in the XML from within the constructor? Jan 11 18:06:53 eemgr, you want to create custom attributes? Jan 11 18:07:04 there are some default attributes, like textColor Jan 11 18:07:09 when i try to install haxm it says this computer does not support vt-x Jan 11 18:07:10 yeah thats possible Jan 11 18:07:15 haxm cannot be installed Jan 11 18:07:17 i'd just like to know if it was set while i'm in the constructor Jan 11 18:07:21 theres a whole documentation page about it :) Jan 11 18:07:39 ia9371, if it doesnt support it, it doesnt support it Jan 11 18:07:54 means u cant use it Jan 11 18:07:57 not sure what to google, danijoo_ Jan 11 18:08:01 Windows 7 I have used android virtual device befoer Jan 11 18:08:08 http://developer.android.com/training/custom-views/create-view.html ? Jan 11 18:08:15 amd vision processor Jan 11 18:08:20 ia9371, its possible to use the emu without HAXM, will just be slow Jan 11 18:08:30 i dont want to declare-styleable Jan 11 18:09:36 eemgr, the same applies for default attributes. you can access them in the same way Jan 11 18:09:45 how do I know if my compuer supports haxm, the bios has a virtual machine enable / disable option Jan 11 18:10:32 ia9371, you already know it does not support it, because it said that during installation Jan 11 18:10:47 ia9371: AMD cpu's not supported I think Jan 11 18:10:54 ^ yep Jan 11 18:11:05 and not all intel processors do it as well Jan 11 18:11:37 well why was I always able to get android virtual device working with eclipse Jan 11 18:11:59 now im having android studio and having problems. Jan 11 18:12:00 ia9371, as I said, avd is not limited to HAXM. you can still use it without having HAXM installed Jan 11 18:12:23 but it will be much slower compared to running it with HAXM Jan 11 18:12:24 danijoo_: i'm still not sure how to do it. I'm only seeing http://developer.android.com/reference/android/content/res/Resources.Theme.html#obtainStyledAttributes(android.util.AttributeSet,%20int[],%20int,%20int) Jan 11 18:12:33 ok how do you do that danijoo Jan 11 18:12:41 ia9371: it will be too slow , you should just use a real device instead Jan 11 18:12:45 ia9371, just run it. Jan 11 18:12:55 click away any complains of AS Jan 11 18:13:53 maybe this will work http://developer.android.com/reference/android/content/res/Resources.html#obtainAttributes(android.util.AttributeSet,%20int[]) Jan 11 18:23:48 lol my dog would have ate everything Jan 11 18:47:47 I'm trying to have a twitch chat in a webview, and it just doesn't load, any idea? I enabled JS Jan 11 18:49:43 so I can loop through an attributeSet and print attrs.getAttributeName(i), however I'm not sure how to access one of those attributes individually by name Jan 11 18:50:09 e.g. getAttributeIntValue(string namespace, string name, int defaultValue) Jan 11 18:50:11 not sure how to use that Jan 11 18:50:27 attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android","textSize", 12)); Jan 11 18:50:29 that didn't work Jan 11 18:53:30 Consider looking up in the source how existing views read attributes Jan 11 18:53:50 actually i think its because Value: 20.0dip Jan 11 18:53:55 20.0dip must be a string Jan 11 18:54:11 so i have to use getAttributeValue for text size Jan 11 18:54:38 doesn't seem like a good setup on googles part, but whatever, i'll deal with it Jan 11 18:58:47 You pretty much never use the AttributeSet directly Jan 11 19:00:28 hi Jan 11 19:03:26 hihi Jan 11 19:07:31 I learn every day on visual studio 2015 community. I want to create android app, and i have just installed xamarin and android sdk(to visual studio). I have an question... Can I use app which will have been written by me in C#(android sdk, xamarin, visual studio) on my phone? Can I also send app to my friend? Of course for free.... Jan 11 19:12:59 anyone can answer me? Jan 11 19:14:20 you’re gonna have to ask in a Xamarin channel Jan 11 19:15:08 but visual studio also uses android sdk.... Jan 11 19:15:16 not really Jan 11 19:15:32 you’re asking about Xamarin. Most people in this channel don’t use Xamarin Jan 11 19:16:50 so, regarding android sdk i can do that? Jan 11 19:17:42 if it builds an apk you can install it on any android device Jan 11 19:30:49 ktwo: I want to give finished app(compiled) that my friend will be able to use it.... Jan 11 19:31:30 as long as it’s in an APK, and they’ve enabled sideloading on their phone, you can do it Jan 11 19:42:17 What is the latest gradle version I should be using? Jan 11 19:43:11 How cna I find this? Jan 11 19:43:46 AKK9 i am using 2.10 , works ok Jan 11 19:45:02 What does your gradle file say? Jan 11 19:45:09 I got errors saying plugin is too old Jan 11 19:45:17 But I don't know what exact string to type in Jan 11 19:45:33 When I try to sync it says it can't find it Jan 11 19:46:25 AKK9 i have classpath 'com.android.tools.build:gradle:1.5.+' Jan 11 19:49:24 Thanks I'm using 2.0.0-alpha3 now Jan 11 19:49:27 Seems to work Jan 11 19:52:22 * g00s not brave enough to use 2.0.0 yet Jan 11 20:02:52 g00s isn't brave enough to use anything Jan 11 20:02:57 I'm surprised he even uses any libraries at all Jan 11 20:04:09 pfn simply can not /not/ be an asshole; surprised he has any friends at all Jan 11 20:04:20 I'm surprised g00s can produce any code at all Jan 11 20:04:56 friends? I can't be nice to people that suck on irc Jan 11 20:05:10 i'm sure you can't be nice , period Jan 11 20:05:15 you know nothing Jan 11 20:06:36 yeah, can't be nice to idiots, period Jan 11 20:06:39 pfn you keep saying that you have me on ignore, but here you are. can you please follow through ? because if you keep bugging me, i'll have to talk to cedric or something Jan 11 20:06:46 unfortunately for you, you fall into that class Jan 11 20:06:51 so scared Jan 11 20:07:06 you're the only person i know here who was almost perma banned Jan 11 20:07:08 it can happen Jan 11 20:07:09 I add you to ignore on my main client, then you ask me shit that pops up on my other clients, then you're ok for a couple days, then this cycle repeats itself Jan 11 20:07:38 nothing you say or help with , is worth it. put me on ignore on all your clients Jan 11 20:07:46 lol, you're the one that keeps asking me shit Jan 11 20:07:55 anyway, you suck, deal Jan 11 20:09:02 i ask the channel, you answer. you have this need to hear yourself Jan 11 20:09:05 g00s: fwiw, if you are in earnest about talking to an admin and think someone can alter pfn’s rude behavior, I will support you. It’s foolish and would have gotten him banned other places I am accustomed to hanging out. Jan 11 20:09:13 It is a nuisance Jan 11 20:09:17 yay, ban me Jan 11 20:09:34 the idiocracy can win for all I care Jan 11 20:09:42 duboisj cedric pops in later, i'll take it up then Jan 11 20:10:53 duboisj thx Jan 11 20:11:26 certainly Jan 11 20:14:15 blind following the blind Jan 11 20:14:17 keep it up Jan 11 20:15:33 it’s not like you help anything when you ridicule people for not using pre-release software Jan 11 20:21:35 and quite frankly, I don’t see the correlation between not being a complete ass to people, and the “idiocracy” winning. Jan 11 20:30:01 hi, my alarm was not firing. so I fixed the phone time , which was off, and it worked Jan 11 20:30:05 alarmMgr.setRepeating(AlarmManager.ELAPSED_REALTIME, SystemClock.elapsedRealtime() + 1000, Jan 11 20:30:05 TrafficLogHelper.TRAFFIC_SNAPSHOT_FREQUENCY , alarmIntent); Jan 11 20:30:13 I'm trying to set my click listeners in onCreateViewHolder in recyclerview Jan 11 20:30:19 But I get position as -1 every time. Jan 11 20:30:22 So nothing works Jan 11 20:30:49 can someone explain me how can the time setup affect SystemClock.elapsedRealtime() ? Jan 11 20:31:11 please tell me the world is not crazy Jan 11 20:31:49 Huh. Jan 11 20:32:07 JFlash, your method call makes no sense Jan 11 20:34:22 wny not Jan 11 20:37:31 SimonVT: I did what you said and tried to move my click listeners from onBind to onCreateViewHolder Jan 11 20:37:45 I don't know how to use getAdapterPosition from within the listener Jan 11 20:37:56 Becuase everything needs to be declared final to use from inner clas Jan 11 20:38:00 So position is always -1 Jan 11 20:38:30 Just call the method Jan 11 20:39:06 but you have to call it from a viewholder Jan 11 20:39:15 So then if you make the viewholder final it's always -1 Jan 11 20:39:47 No Jan 11 20:41:42 Wait sorry Jan 11 20:41:46 I think Iv'e done somethign dumb Jan 11 20:42:53 Nah, it seems okay Jan 11 20:43:55 Hi, how can I set one specific menu.xml to some context? Jan 11 20:44:02 tools:context is not working for me Jan 11 20:46:16 Thanks fixed it :) Jan 11 20:49:13 I now have a working recyclerview Jan 11 20:49:16 cant touch this Jan 11 20:52:19 "President of Lenovo Mobile, Chen Xudong, got interviewed in China, and has more or less confirmed that Google Play Services are coming back to China. " Jan 11 20:52:54 when they say play services, that means the app store too right ? Jan 11 20:53:57 i would imagine Jan 11 20:54:38 Why can I use getSupportFragmentManager() in some activities but in other activities it gives errors? Bith activities are AppCompatActivity Jan 11 20:54:56 what errors? Jan 11 20:56:56 cart_man: stacktrace? Jan 11 20:57:10 1 sec Jan 11 20:59:38 s73v3r: http://pastebin.com/gywEpe26 ... I have the normal android.app.DialogFragment imported .. not the support one Jan 11 21:00:11 that sounds like it might be your issue Jan 11 21:00:15 how can i know which activity result i’m receiving on onActivityResult? Jan 11 21:01:30 s73v3r: Hmmm dam.. ok but now the entire Dialog is a little grey block : / Jan 11 21:02:56 luist: you use different request codes Jan 11 21:03:16 oh okay.. i must use startActivityForResult and set a requestCode instead of just startActivity right Jan 11 21:04:03 Yeah you can define request codes like public String WHATEVER_REQUEST = "whatever_request" Jan 11 21:04:15 Then do startActivityForResult(intent, WHATEVER_REQUEST) Jan 11 21:05:04 then in onActivityResult you can do checks e.g. if (requestCode == WHATEVER_REQUEST) { do something } Jan 11 21:08:55 How can I set the context of some menu.xml? tools:context is not working for me? Jan 11 21:17:47 Hey does anybody know why my Dialog only shows up as a little grey block in the middle of the screen? Jan 11 21:21:29 how would we now Jan 11 21:21:48 Ashiren: Maybe its a common problem that people have had before Jan 11 21:22:01 that it would be easier to search Jan 11 21:22:10 also dialogs are last week Jan 11 21:22:23 dialogFragment is what it matters Jan 11 21:23:12 Ashiren: Oh right I am actually using DialogFragment Jan 11 21:26:31 <_abc_> Hello. What does the 'do not disturb' mode do in Android Studio please? Not on the phone, on the Studio? Jan 11 21:26:35 Is there a preferred openid library for android apps? Jan 11 21:26:52 <_abc_> Aka 'minimal disturbances' or such? In File menu, near bottom. Jan 11 21:28:41 <_abc_> Also what does Power Save mode doe? Jan 11 21:29:09 <_abc_> https://developer.blackberry.com/android/documentation/bb_android_studio_plugin_tool.html hmm... Jan 11 21:30:11 Power Save, I believe, cuts back on the amount of indexing done Jan 11 21:30:37 since these are IntelliJ features, and not Studio features, that might help you find the meaning of what they do Jan 11 21:30:48 <_abc_> ah? GREAT. Jan 11 21:31:08 <_abc_> good tip Jan 11 21:31:19 <_abc_> Although the minimal disturbance mode is almost surely something else. Jan 11 21:32:19 i have no idea what that mode is. I don’t see it on OS X Jan 11 21:32:40 <_abc_> Hmm. Will look on Wednesday and maybe restart the discussion... Jan 11 21:34:53 <_abc_> I hope it does something about popups and animations. Jan 11 21:36:08 <_abc_> http://stackoverflow.com/questions/11725605/what-is-power-save-mode-in-intellij-idea-and-other-jetbrains-ides nice tip s73v3r Jan 11 21:38:44 <_abc_> https://www.jetbrains.com/idea/help/status-bar.html well worth reading. Okay, done for now, thanks. Jan 11 21:47:48 AKK9: it worked, thanks Jan 11 21:50:16 luist: good to nkow Jan 11 21:57:03 So once a DialogFragment is built and launched some elements on it can not change? For instance text on it.. I have a TextView.setText("new text"); that just does not seem to change on runtime ? Jan 11 21:57:28 you need to do it at the right time Jan 11 22:00:45 pfn: When will that be though? Jan 11 22:01:33 I have a seekerBar on my dialog and when it moves it shows you at what value it is as you move...so the text should change as you move it. Jan 11 22:03:54 cart_man, so change it at the right time? I don't know what your code is doing Jan 11 22:04:59 pfn: I have the seekbar's onProgressChanged() function overide to change the text as well...that works on all my Activities...does not do the same for the DialogFragment Jan 11 22:09:21 Is there a better channel to ask Android studio related questions or is this the place? Jan 11 22:10:00 cart_man, then you're not doing what you think you're doing, calling settext on wrong view, etc. Jan 11 22:10:22 sooo who has gotten on the MVP bandwagon? Jan 11 22:10:40 is this the right place to ask questions related to building the Android Source Code? Jan 11 22:10:49 nup Jan 11 22:11:21 g1bbs: you mean Model-View-Presenter? Jan 11 22:11:44 MontyOnTheRun: yep. I finally wrote a proof of concept to see what all the fuss was about Jan 11 22:12:35 unless you have something moderately sized, you will probably find it useless Jan 11 22:12:49 MontyOnTheRun: that's about right. Great for testing I suppose Jan 11 22:12:54 but I tell you this: testing becomes a lot easier Jan 11 22:13:01 Precisely Jan 11 22:13:09 MontyOnTheRun: yeah I have separate modules and only one of them is Android specific Jan 11 22:13:56 try building it outside of the Android build system, if you want to make sure you're properly segregating concerns Jan 11 22:14:13 still not sure if my bus events in my model should be subscribed on by my Presenter or not Jan 11 22:14:17 https://medium.com/mobiwise-blog/android-basic-project-architecture-for-mvp-72f4b33252d0#.ltpgjyd9a Jan 11 22:14:21 This guy goes though a domain object Jan 11 22:14:45 You might want to check out Clean Architecture as well, but it could be somewhat overkill for your needs Jan 11 22:15:10 well, I'm somewhat skeptical of buses Jan 11 22:15:15 pfn: No I am pretty sure i am handling the right TextView... just changed its name on the "id" and on the v.findViewById(); Still the same result Jan 11 22:15:33 IMHO, it kind of creates a semi-global coupling Jan 11 22:16:36 How so? The pub/sub pattern is meant to _de_couple Jan 11 22:17:18 yeah, but you still depend on a collateral effect, right? Jan 11 22:17:47 maybe it's a unfunded bias. I do use it, but I'm not sure it's the best solution yet Jan 11 22:18:04 pfn: I have actually just realized that its not my TextView that is the issue..but rather the onProgressChagned() that does not fire when it should Jan 11 22:18:20 I generally use it in views (or presenters) to simply refresh the data when it is ready Jan 11 22:18:38 if the view isn't being shown, it won't get the bus event so no harm no foul Jan 11 22:19:01 alternatives are either LocalBraodcastReceiver or tightly coupling the data/network and view layers Jan 11 22:19:45 I'd say of all the new trends, eventbus is my favorate to use in just about all projects so I may be biased the other way lol Jan 11 22:22:07 I probably should, just like you, try building a prototype or event reviewing the code of any of those libraries out there Jan 11 22:24:03 anyone ever find a shortcut to enable 'show layout bounds' from the developer options? Jan 11 22:25:07 g00s: nope. Gotta scrollllll all the way :P Jan 11 22:25:47 Soo SeekBar's event listeners seem to mess up Jan 11 22:27:09 g1bbs yeah, i toggle it often Jan 11 22:27:57 hey. I have something like this https://gist.github.com/px-amaac/0c16e61ed9dfd5dea4f6 I am getting a lint warning about the resource being private. I was wondering if it was related to this https://code.google.com/p/android/issues/detail?id=183120 but the issue is closed. Even though there is still a report of it happening on the same gradle build that I am using. Any help in clarifying this appreciated thank you Jan 11 22:29:48 shadynastys i remember that one, but thought they fixed it ? Jan 11 22:30:22 hmm Jan 11 22:33:12 shadynastys have you tried resolving the theme attribute 'actionBarSize' ? Jan 11 22:35:03 no ill try that. This is a maven project im mirgrating to gradle. Jan 11 22:35:53 I believe that they fixed it but someone reported it again. Not sure if that is legit because there is not much to go on Jan 11 22:36:41 shadynastys are you seeing the issue when maven or gradle build ? Jan 11 22:36:56 gradle build. Jan 11 22:37:27 if it's not in public.xml/public.txt it's flagged as private Jan 11 22:39:13 but colorPrimaryDark is in public.txt for 23.1.1 Jan 11 22:39:33 appcompat-v7-23.1.1] $ grep colorPrimaryDark public.txt Jan 11 22:39:33 attr colorPrimaryDark Jan 11 22:40:13 It was using android.support.v7.appcompat.R.dimen.abc_action_bar_default_height originally Jan 11 22:41:09 I might just go back to version 19 for this. Jan 11 22:56:27 why Jan 11 22:56:30 ?attr:actionBarSize Jan 11 22:57:35 I am using an appcompat Toolbar and setting that as the ActionBar with setSupportActionBar(). Later, I add views to a LinearLayout with addView, and they are shifted downward by the height of the toolbar. Jan 11 22:58:55 that's exactly how appcompat is supposed to behave Jan 11 22:59:47 * Zharf laughs at http://eclipser.xmms2.org/device-2016-01-12-005729.png Jan 11 23:00:57 my toolbar is positioned at 0, 50 and is 112 high, with the bottom at 162. When I add the next view, that view is at 0, 274 (shifted down by an additional, seemingly unnecessary, 112) Jan 11 23:09:25 duboisj, android:fitsSystemWindows="false" ? << not sure if that is the correct answer Jan 11 23:14:07 carcrash: I’ll read about that and experimenting. thanks Jan 11 23:14:12 / experiment / Jan 11 23:23:25 pfn we are actually not using 23 at all. the project was using 19 before i made the gradle import. I think I need to go back to that for the least amount of problems. Then switch to 23 at a later date. Jan 11 23:24:27 shadynastys also don't forget, major version of appcompat must be same as compileSdk Jan 11 23:24:58 compileSdkVersion 19 Jan 11 23:24:58 buildToolsVersion "19.1.0" Jan 11 23:25:00 i'd rather use appcompat 23, compileSdk=23, targetSdk=19 Jan 11 23:25:15 compile 'com.android.support:appcompat-v7:19.1.0' Jan 11 23:25:22 I would too Jan 11 23:25:37 In fact i am having issues with this setup already Jan 11 23:26:25 but we are also using legacy apache stuff so I also have to add that for 23. Jan 11 23:28:13 getting no resource found for a material theme resource in v21. But i changed the target compile and appcompat versions. funky Jan 11 23:29:34 where can I find the exit codes of the "input" command? Jan 11 23:29:53 it occasionally returns -9 for me Jan 11 23:31:03 Is there a way to accomplish a right justification (gravity="end") with a paddingEnd? Jan 11 23:33:13 shadynastys, lots of private resources change IDs between versions Jan 11 23:35:31 nevermind, turns out you can't simulate touch input outside of your own app without root privileges Jan 11 23:36:08 in this case -9 would probably mean "access denied" Jan 11 23:36:39 pfn: ya i noticed but changing the compile target and build versions complains about private resources in the v21 lib. Which we are not using in app. This is probably something stupid im overlooking Jan 11 23:37:04 shadynastys, compile target must match compat lib major versions Jan 11 23:37:05 using 23 seemed so much easier Jan 11 23:37:13 shadynastys, anything else fails Jan 11 23:41:09 pfn: I thought i did that. Here is gradle file https://gist.github.com/px-amaac/c5f730ef15f16bee4ff7 Jan 11 23:41:31 for 19, you did, yes, and that's fine Jan 11 23:42:53 hmm. maybe a clean will work Jan 11 23:43:16 nope. Jan 11 23:46:24 AS still looking for v21 and v23 resources from /GitHub/mobile_android_gradle/mobile/build/intermediates/res/merged/debug/values-v21/values-v21.xml and 23.xml Jan 12 00:03:15 you know, you can't have values-v21 if you don't have compile target 21 Jan 12 00:03:21 that's not an appcompat failure Jan 12 00:03:52 that's not completely true, but it mostly is Jan 12 00:04:49 e.g. you can't look for resources defined in v21 if you don't have compile target 21, so many uses of values-v21 will fail Jan 12 00:05:05 That is what I thought. but here I am with that error and a correct build.gradle supporting compile target 19 ay ideas? Jan 12 00:05:20 you use a library that is expecting compile 23 Jan 12 00:05:26 and it's not appcompat Jan 12 00:05:31 ahh Jan 12 00:06:00 like play services maybe? Jan 12 00:06:05 maybe Jan 12 00:06:09 how do i find that? Jan 12 00:07:24 read the docs for play services Jan 12 00:07:30 they generally list minimum requirements Jan 12 00:08:52 k ill check that out. thankyou pfn very helpful as always. Jan 12 00:09:04 contrary to what certain individuals here think Jan 12 00:09:09 play services usually will require the highest compile version at the time it was released Jan 12 00:09:36 and that was probably the one time in the past week we’ve seen you help someone without being an ass Jan 12 00:09:59 ya i am assuming 8.4 requires 23. Ill dig into it. Jan 12 00:10:19 i would bet my RAM on it Jan 12 00:11:31 anyone know why i am unable to get android studio to recognize LG L15G Sunrise Jan 12 00:12:10 I want to use it for development instead of the emulator but its not showing up. I called LG to see if they knew where I could get a driver they said there are not drivers for this phone Jan 12 00:12:30 ia9371: Did you enable it for development? Jan 12 00:13:13 s73v3r, as if, confirmation bias OP Jan 12 00:13:39 say what you will, but I’m not the only one who thinks that Jan 12 00:13:51 yeah i put the phone in development mode Jan 12 00:14:13 if you're on windows there's certainly some form of driver required Jan 12 00:14:20 my computer is 4 gigs of ram 1.7 ghz vision processor and windows 7 Jan 12 00:14:23 but since I don't do any dev on windows I have no idea. Google will be your friend I'm sure. Jan 12 00:14:30 im unable to do android development on this computer Jan 12 00:14:38 specs wouldn’t have anything to do with it Jan 12 00:14:54 i mean 2.3 ghz dual core processor Jan 12 00:15:10 yeah all that's pretty irrelevant. do some googling and you'll surely find the drivers, also look on xda forums Jan 12 00:15:40 i think there is a generic Android driver that can be used with most devices, aside from things like Samsungs Jan 12 00:17:02 looks like there's a standard lg driver Jan 12 00:17:25 which is about the extent of my interest in windows Jan 12 00:17:42 yeah, I can’t say I miss looking for drivers Jan 12 00:18:51 where is the standard lg driver Jan 12 00:19:07 a standard lg that would work for the cheap lgs they sell at wal mart Jan 12 00:19:07 probably on the lg website. or google. Jan 12 00:19:19 i have no idea if it would work with that phone. try it and see. Jan 12 00:19:35 they may not have released one, as they don’t intend them to be used as development devices Jan 12 00:20:50 yeah thats what im assuming considering they dont have a driver for them, and there not a default device for the android google drivers Jan 12 00:21:08 most phone should work with the android google drivers but this one is not there Jan 12 00:21:28 ah, windows... so much trouble for so little gain Jan 12 00:21:47 but a $50 phone is a great device to use for development Jan 12 00:21:52 * CedricBeust likes Windows Jan 12 00:22:31 i might like Windows too if they didn't turn it into spyware Jan 12 00:22:44 rather than puting bunch of code into your $600 galaxy Jan 12 00:22:49 that has errors Jan 12 00:22:51 They don't, it's a fine environment for development and Android (and games obviously) Jan 12 00:23:54 it will be awesome somday, when you can develop android apps on your windows phone with Continuum :D Jan 12 00:24:48 did anyone see the Google Ubiquity Summit today? seems the feed ended after the Keynot? Jan 12 00:28:43 they showed some slides describing "lower portions of android" , wonder if that excludes the java framework Jan 12 00:40:03 i didn’t see much of it. Jan 12 00:40:28 i did see some posts of people with some kind of toolbox or case, wonder if it was something given out there Jan 12 00:43:18 they talked a little about TensorFlow, DNNs, etc. pretty interesting stuff, i guess we can use this now, but need Babel Jan 12 00:44:00 and this just out today, still in early validation stages. Soon this stuff could be on phones http://www.nextplatform.com/2015/12/08/emergent-chip-vastly-accelerates-deep-neural-networks/ Jan 12 01:12:03 wow, Costco sells Kirkland brand xo cognac, and it is cheap Jan 12 01:18:14 so i made a test project that was targeting 19. It had the same issue I was having with correct compile target and build tools. I removed junit and the issues cleared up. When we were building with maven successful builds worked with junit3.8.2. Google play services 8.3.0 has min sdk req as 19. https://gist.github.com/px-amaac/c5f730ef15f16bee4ff7 Jan 12 01:18:46 AS is still looking for v21 and v23 debug resources Jan 12 01:24:48 is there a reason you're targetting an old version instead of the latest+support? Or did osmeone already ask that Jan 12 01:26:34 I am migrating a project from maven to gradle. Trying to use the same versions that were in the original project to have the least amount of changes. Upgrading to 23 is my next task ofter gradle migration. Jan 12 01:26:51 although i am starting to think that doing them together might just be easier. Jan 12 01:29:17 quite likely Jan 12 01:32:38 Any idea why I might be getting error: java.lang.IllegalStateException: failed to find Build Tools revision 23.0.1 with gradle if I do have it installed, and the environment variable is set? etc...? Jan 12 02:20:19 Hi guys, is there a long list of quotes/jokes/sayings in json format? Jan 12 02:20:41 Or some random facts? I need some feeds for an app Jan 12 02:21:16 #android Jan 12 02:25:51 I love chuckNorris jokes so... http://www.icndb.com/api/ **** ENDING LOGGING AT Tue Jan 12 02:59:59 2016