**** BEGIN LOGGING AT Mon Dec 26 03:00:01 2016 Dec 26 03:02:29 I installed ide but it doesn't have a platform-tools or tools directory Dec 26 03:04:10 did you run the installer? Dec 26 03:04:52 Leeds, yes, /bin/studio.sh script Dec 26 03:06:23 right, and after you've installed hte ide, you install the sdk components Dec 26 03:09:17 Leeds, oh I see Dec 26 03:11:41 Leeds, Tools>Android>SDK Manager Dec 26 03:12:09 says Android SDK Build-Tools CHECK Dec 26 03:13:27 Do I need NDK? Dec 26 03:13:42 are you planning to do native development? Dec 26 03:13:50 Leeds, no Dec 26 03:14:06 then you probably don't need the native development kit... Dec 26 03:14:16 Leeds, what about Gradle, and Platform Tools, I don't see it anywhere Dec 26 03:14:27 eh, I dunno Dec 26 03:14:54 Leeds, did you try cordova? Dec 26 03:15:30 absolutely not - I have much too much dignity to lose Dec 26 03:15:42 Oh yeah, there is platform-tools there, I didn't notice cause it is already checked Dec 26 03:16:01 Leeds, dignity loss with cordova? Dec 26 03:16:11 yes Dec 26 03:16:15 * Leeds -> afk Dec 26 03:16:31 Leeds, what do you mean? Dec 26 03:21:29 good evening, how to set no selected element in an activity? by default it selects first focusable element which is an edittext Dec 26 03:38:58 hey guys, I have a couple questions regarding how im utilizing a floating action button between two fragments/activities Dec 26 03:39:34 whats the best way to handle FAB clicks when it's shared between two fragments? right now I have the FAB as part of the parent activity, but the button performs actions depending on which fragment is available Dec 26 03:39:55 and im directly modifying the FAB in the activity from each of the two fragments.... which feels a bit hacky Dec 26 03:40:11 is there a cleaner way to handle this case? Dec 26 03:46:28 also second question, how do I group together programmatic changes to a view (i.e. change gravity, color, etc.) and have them only occur at once? Dec 26 03:46:35 right now they occur in separate frames, which is ugly Dec 26 03:52:19 nvm I think I figured out the answer to the 2nd question :) for the first I think I'm going to try to add callbacks for programmatic view changes to the fab Dec 26 03:52:37 it'll at least avoid coupling the activity w/ the fragment I suppose Dec 26 06:49:45 * raoul11 thepooshes thepoosh Dec 26 07:09:52 raoul11: HAI Dec 26 07:09:56 have you read this? Dec 26 07:10:05 https://firebase.googleblog.com/2016/12/how-does-firebase-initialize-on-android.html Dec 26 07:10:43 no, but i will Dec 26 07:12:48 k Dec 26 07:19:04 k what? Dec 26 07:19:59 read it Dec 26 07:20:48 and? what do you think? Dec 26 07:21:17 am not big on content providers Dec 26 07:21:25 but thats coz i hardly use them Dec 26 07:21:40 seems a bit hackish to utilize that Dec 26 07:22:03 it is a hackish yet genius implementation IMO Dec 26 07:22:24 considering i hack most problems i encounter, i agree Dec 26 07:23:18 u use providers a lot thepoosh ? Dec 26 07:23:57 What Firebase is doing is a bad hack Dec 26 07:24:23 why? Dec 26 07:24:45 no we don't Dec 26 07:24:57 CedricBeust: why bad? Dec 26 07:25:02 Forces you to use a context with no other options just to save a one line init Dec 26 07:25:22 CedricBeust: it forces firebase sdk to use that context, not you Dec 26 07:36:43 CedricBeust: ? Dec 26 10:18:01 Why all this silence? Dec 26 10:18:34 xmas? Dec 26 10:18:36 hannuka? Dec 26 10:18:43 Jingle bells, Jingle bells, Jingle all the way! Dec 26 10:27:37 xmas and hannuka have already passed Dec 26 10:28:08 hannuka is 8 days Dec 26 10:28:16 ops Dec 26 10:29:48 well, you Israelites are only two here. I thought people would be here developing the new year's versions of their Android apps on their newly received Android devices Dec 26 10:31:27 perpetuating the never ending chase to the novelty that is the underpinning of our capitalistic technologic civilization. Dec 26 10:31:45 words to live by Melatonina Dec 26 10:56:43 if you use opengl es, you should chose empty activity? or blank? Dec 26 10:57:11 or fullscreen? Dec 26 10:57:32 its just template. you can do whatever you want afterwards, removing unnecessary things Dec 26 10:58:24 blank activity? there is only empty activity :? Dec 26 11:02:48 for the AR enthusiasts: http://www.imdb.com/title/tt3655682/ Dec 26 11:03:01 https://extratorrent.cc/torrent/5372393/Lets.Be.Evil.2016.720p.BluRay.x264-ROVERS%5BEtHD%5D.html Dec 26 11:12:35 maxlines=1 and singleLine=true have different behaviour in android. maxlines clip text after last word that can fit on that line, but singleline does that for characters Dec 26 11:12:54 singleline is deprecated, how can I get similar effect using maxlines Dec 26 11:13:10 cool story bro Dec 26 11:13:33 ( ._.) ok Dec 26 11:14:06 :) Sorry. I was joking. You came out of the blue with those sentences Dec 26 11:14:20 made me smile Dec 26 11:14:44 merry Christmas Dec 26 11:15:03 Same to you :) Work on christmas! Wohoo! Dec 26 11:16:11 For now I'll use singleline, fuck deprecation! Dec 26 12:48:16 so how do i rebuild all the NDK tools? Dec 26 12:48:36 i need to rebuild the ndk llvm to NOT expect libtinfo to be separate from ncurses Dec 26 12:48:37 if possible Dec 26 12:49:13 actually i probably cant do this either Dec 26 12:49:35 fucking tying my system in knots because google is too fucking slow to update their tools to more modern libs Dec 26 13:03:04 do a search on how to build the NDK tools and get a billion results telling you how to build using the ndk tools :/ Dec 26 13:03:54 use the NDK tools to build the NDK tools Dec 26 13:11:11 can someone give me a rundown on what exactly shadow classes are (robolectric)? I'm relatively new to testing, and understand basic unit testing eg. assertEquals(5, 2+3) Dec 26 13:16:51 KukOrkan: what is that you don't understand about shadow classes? Dec 26 13:17:25 how do i install ConstraintLayout for Android 1.0.0-alpha7 in android sdk manager? (not android-studio) Dec 26 13:17:33 its not listed Dec 26 13:23:06 is it possible to share a video from the browser to an app on my android? Dec 26 13:26:26 supay_: do you have your own Android? Dec 26 13:26:39 Melatonina: yes sir Dec 26 13:27:44 Melatonina: okay, so the idea is, theres this app that casts video to my smarttv. i thought i could share a video to it to have it play on my tv Dec 26 13:30:31 well, i dont understand what theyre used for Dec 26 13:32:02 Melatonina: so if i share a youtube video to the app, it starts playing it on my tv Dec 26 13:32:26 Melatonina: i want it to play a specific video from a website that isnt on the list. so im trying to understand how i may share the video to the video-casting app Dec 26 13:35:22 supay_: it doesn't sound like a development question tho Dec 26 13:35:58 Melatonina: how would i develop a simple app that uses an iframe to embed the video such that i may share the video through the app to another separate video-casting app? Dec 26 13:38:31 Melatonina: or does the share feature come by itself? :/ Dec 26 13:38:33 so confused Dec 26 13:38:48 I'm more confused than you Dec 26 13:40:56 Melatonina: ok, simple question. how are share buttons implemented? Dec 26 13:41:26 nvm, found it Dec 26 13:43:09 https://developer.android.com/training/sharing/shareaction.html Dec 26 14:00:04 supay_, https://developers.google.com/cast/docs/remote Dec 26 14:00:24 adq: merry Christmas! Dec 26 14:00:46 adq: would that work without a chromecast? Dec 26 14:00:54 supay_, of course not Dec 26 14:01:03 well, im doing it without Dec 26 14:01:06 and even with chromecast, it will sux, experience will be laggy, etc Dec 26 14:01:29 when you play a youtube vid with chromecast, the chromecast is downloading & playing it Dec 26 14:01:32 not your device Dec 26 14:02:06 anything related to streaming in real-time video from an android phone to another screen has been a poor experience (if experience at all) since ages Dec 26 14:02:12 adq: ah, yeah, i dont want that. there are apps that stream on your device and cast that if the smarttv is on the same network. Dec 26 14:02:31 the phone-to-tv latency would be real low. and the phone buffers quick. its pretty damn awesome. Dec 26 14:07:51 Melatonina, it's the 26 here but thank you, and since you said you don't celebrate it and don't have to wish you the same Dec 26 14:09:17 hm, any idea why i can't connect adb over wifi? :/ Dec 26 14:10:55 as many ideas as details you provided lol Dec 26 14:12:47 no, I don't. It's ok Dec 26 14:17:34 adq: fair enough: i used an app called ADB Wireless on my android device. connected it to the same network as my computer. the app told me the phones ip. ran "adb connect 192.168.2.6" and it said "unable to connect to 192.168.2.6:5555" Dec 26 14:18:39 try the official way instead https://developer.android.com/studio/command-line/adb.html#wireless Dec 26 14:18:59 maybe your app failed at simply exec "adb tcpip 5553 Dec 26 14:19:11 or it did but with the wrong id then, who knows Dec 26 14:19:18 Hi Dec 26 14:19:19 I am using android studio for debugging an app but for some reason it doesn’t get the changes on the device. I had to remove the app from the device before running the app again to see the changes Dec 26 14:19:26 any idea on what might be happening? Dec 26 14:19:28 oops "adb tcpip 5555"* ofc Dec 26 14:21:21 are you using the same package name? Dec 26 14:23:00 adq: ofc, will try Dec 26 14:26:01 adq: so how would i share a video stream (create using http://www.viralandroid.com/2015/09/how-to-embed-youtube-video-in-android-webview.html) to another app (the app is called AllConnect) Dec 26 14:27:09 i cannot help you sorry Dec 26 14:28:06 your question is incredibly vague and at same time is covering to many fields (video, network, etc) Dec 26 14:28:11 too many* Dec 26 14:34:29 how to install cmake in android sdk manager Dec 26 14:37:16 no one can answer me on shadow classes? Dec 26 14:39:10 KukOrkan: my guess, they are used to replace part of the behavior of a class for testing purposes Dec 26 14:55:43 KukOrkan: http://stackoverflow.com/questions/19997833/robolectrics-shadow-object-and-mocking Dec 26 14:58:40 Hello. Can anyone tell me what exactly do OEMs add to the kernel sources that makes it run on a specific chipset? For example, I looked at my phones sources, and all it adds is specific NAND code, board.c board-config.h and drivers. Is that all thats needed? Dec 26 14:59:17 Ristovski: wrong channel Dec 26 14:59:48 Melatonina: Ah dang, where can I take this up then? Dec 26 15:00:37 Ristovski: #android-root Dec 26 15:06:18 KukOrkan: you're welcome. Dec 26 15:07:38 i was googling how to mention someone Dec 26 15:07:41 im kinda new to irc Dec 26 15:07:49 was going to say thank you when i figured that out :p Dec 26 15:09:57 huh Dec 26 15:11:25 google search: "how to thank somebody on IRC the day after Christmas when George Michael is dead" Dec 26 15:11:30 Ashiren: sup? Dec 26 15:12:15 * thepoosh deep fries raoul11 Dec 26 15:12:32 * raoul11 legalizes thepoosh Dec 26 15:15:44 thepoosh https://i.redditmedia.com/lBsJD_OklZyE1BcxKH1IqzxfPk0fIXviYO6e9b-bZBg.jpg?w=500&s=71bb03dbd3784f8b202939ea7e750666 Dec 26 15:16:59 raoul11: https://www.youtube.com/watch?v=6nSKkwzwdW4 Dec 26 15:17:05 Hello guys! do anyone know who is the best android developer in the world? is he/she a single person? Dec 26 15:17:19 AndroidNewb: raoul11 is the best Dec 26 15:17:24 beat me to it Dec 26 15:17:29 coz i was clickin yer link ): Dec 26 15:18:50 theposh: I'm not joking, is there someone that exists who holds this title (the best android developer)? Dec 26 15:19:20 i meant how to delegate a msg to someone specific, or is it as simple as just writing their name such as User: msg here ? Dec 26 15:19:32 who would give that title? Dec 26 15:19:57 KukOrkan: /query usersnick Dec 26 15:20:28 an authorize personel, google for example. Dec 26 15:21:58 why don't you google "best android developer" then? Dec 26 15:22:44 shots fired Dec 26 15:22:59 No actual person will show. Dec 26 15:23:09 AndroidNewb: there is no known competition Dec 26 15:23:16 so there is no "best" dev Dec 26 15:23:37 AndroidNewb: do you have an actual question? Dec 26 15:24:05 thepoosh: nope. Dec 26 15:24:12 so wtf!? Dec 26 15:24:24 why would you even care? Dec 26 15:24:24 that was my question though Dec 26 15:24:42 I wanna know if there is best dev Dec 26 15:24:44 maybe Jake W. :v Dec 26 15:24:46 AndroidNewb: good job, bro Dec 26 15:25:27 just won the competition for the dumbest one Dec 26 15:26:25 congratulations, Melatonina Dec 26 15:26:51 best dev eveaaaaaaa Dec 26 15:26:59 AndroidNewb: be sincere: you are lonely and drunk, right? Dec 26 15:27:01 those sort of questions should be on quora Dec 26 15:27:07 heh Dec 26 15:27:14 AndroidNewb: because there is no other explanation Dec 26 15:27:35 raoul11: those sort of questions ARE on Quora Dec 26 15:27:37 lol, no, just bored af. Dec 26 15:27:58 AndroidNewb: ok. It's Christmas, you are forgiven Dec 26 15:28:08 lol Dec 26 15:28:25 Melatonina: you said yesterday you don't celebrate Xmas Dec 26 15:28:30 you don't get to forgive Dec 26 15:28:45 thepoosh what candle is it today Dec 26 15:28:53 3rd Dec 26 15:29:16 I'm sure somebody else will forgive him Dec 26 15:29:57 His parents, at least Dec 26 15:30:04 That's all that matters Dec 26 15:30:36 what if hes batman Dec 26 15:30:53 I AM BATMAN!!! Dec 26 15:30:58 - whispers Dec 26 15:31:14 See, he's not Batman. thepoosh is batman. Dec 26 15:31:53 http://i.imgur.com/4n0nQIo.gif Dec 26 15:56:49 I have an activity that is not rotated when I rotate the device Dec 26 15:57:17 I didn't set any attribute for that activity in the manifest Dec 26 15:57:24 what could cause that? Dec 26 16:05:24 for some reason I had to add android:screenOrientation="fullSensor" Dec 26 16:10:45 Guys, is it ok to ask questions about Android development today here or is it just for exchanging Christmas greetings? Dec 26 16:13:22 yes Dec 26 16:15:24 Hi I need help with AddHeader in this code: https://nopaste.me/view/2d32721a at the log it dosnt show User-Agent, how do I get it to work? :) Dec 26 16:24:00 Jonathan-: Just as a guess, use 'header' instead of 'addHeader'. Dec 26 16:29:35 fizzie: thanks that worked :P Dec 26 16:44:55 hi everyone Dec 26 16:45:59 how to implement BaseAdapter with code of ArrayAdapter ? Dec 26 16:48:32 hi iresf Dec 26 16:50:21 iresf: what do you mean? Dec 26 16:50:31 i have copied ArrayAdapter class code in a class that i have created but it does not work correctly Dec 26 16:51:17 that's not the proper way to ask for help. Nobody will understand your problem Dec 26 16:52:13 Melatonina : i mean , i do not want custom listview with ArrayAdapter i want to use ArrayAdapter code instead it Dec 26 16:53:00 just use it then Dec 26 16:53:08 you don't have to re-write it Dec 26 16:53:58 but i want customize it for filter method becuase it is the best implementation of BaseAdapter Dec 26 16:54:37 then subclass it Dec 26 16:59:22 have u ever customize getFilter() method with subclass of CustomArrayAdapter extend ArrayAdapter ? Dec 26 17:00:52 no Dec 26 17:02:00 customize it without ArrayAdapter code for getfilter it will be very bad Dec 26 17:03:32 customization * Dec 26 17:06:04 solved but there are several issue again Dec 26 17:08:52 iresf: don't you celebrate Christmas? Dec 26 17:25:37 oh yh Melatonina Dec 26 17:25:52 i solved that problem and it works very nice Dec 26 17:27:15 hy evryone ,if i get a custom rom and the camera not working can i take the libs files from a working one and put them on the phone and hope to work ,or i need other things Dec 26 17:27:15 Congratulations for Christmas Melatonina Dec 26 17:29:50 iresf: You don't "congratulate" for Christmas and I don't celebrate it anyway. I'm happy you solved your problem Dec 26 17:34:42 you get congratulated if you are the one who gave birth no? Dec 26 17:40:53 Ashiren: :D yes Dec 26 17:41:02 I'm not that one Dec 26 17:55:18 Hello! Does anyone have experience in android dev using RAM disk on MAC OS? Dec 26 17:55:40 I think it can speed up build process Dec 26 17:55:59 But looks like their build in ram disk util it not save Dec 26 18:01:50 Hi. I'm trying to import a project in Android Studio, but I keep getting this error: Configuration with name 'default' not found. This right after importing it from a git repository. Dec 26 18:02:06 pl: Git clone? Dec 26 18:02:10 LunarEclipse120, yes Dec 26 18:02:45 or imported from Git using Studio itself, it doesn't really change Dec 26 18:02:53 pl : first enable gradle wrapper then try it Dec 26 18:03:11 I checked: use the default gradle wrapper Dec 26 18:03:29 and a 'gradlew' file is there Dec 26 18:04:39 by the way the repository is: https://github.com/copperhead/Noise Dec 26 18:06:55 Is there a way to include a hyperlink in a toast? Dec 26 18:07:13 or some other way of linking to an app in play store Dec 26 18:07:20 Faizan : read Toast Calss with Ctr+B on it Dec 26 18:08:12 Ah okay, doesn't look like there's anything Dec 26 18:10:39 [ 23249] WARN - nal.AbstractExternalSystemTask - Configuration with name 'default' not found. Dec 26 18:31:32 Faizan : sorry i told you wrong to read Toast Class correct : read Snackbar class Dec 26 18:31:46 Ah okay, will read that thanks Dec 26 19:02:46 Is there any way to customize the zoombar? The current one is ugly Dec 26 19:03:19 zoombar? Dec 26 19:04:38 Zumba? Dec 26 19:04:48 lol Dec 26 19:04:50 ZoomControl* Dec 26 19:05:37 http://stackoverflow.com/questions/19709114/how-to-implement-a-zoomcontrol-with-a-bar-and-sliding-button Dec 26 19:05:56 the Q begins with "The default zoomcontrol button with plus/minus buttons is too ugly " Dec 26 19:06:04 I thought it was you Dec 26 19:06:07 https://developers.google.com/maps/documentation/android-api/controls#zoom_controls Dec 26 19:06:08 this? Dec 26 19:06:23 yeah Dec 26 19:06:32 haha Melatonina, not me :D Dec 26 19:08:22 Faizan: it's a scrollbar Dec 26 19:08:42 That stackoverflow post mentions seekbar Dec 26 19:08:46 different things I think :D Dec 26 19:09:06 meh Dec 26 19:09:43 Faizan: http://stackoverflow.com/a/27776402/1056359 Dec 26 19:10:30 awesome thanks! Dec 26 19:13:54 before starting android programming learn OOP in java well Dec 26 19:32:37 any android framework developer from google here ? Dec 26 19:33:32 iresf: they generally don’t hang out here Dec 26 19:37:00 s73v3r: have you seen this? https://redd.it/5jtn14 Dec 26 19:37:30 i did. i’m still not sure what to make of it Dec 26 19:37:51 it's fucking clever but a real shame Dec 26 19:37:56 I like it Dec 26 19:39:09 s73v3r: this is how the class looks Dec 26 19:39:09 https://gist.github.com/yishai-glide/b981e95a3ea8e60c7ebf43639f614d40 Dec 26 19:39:50 i suppose if you have no need to load resources, it’d be ok Dec 26 19:40:19 because I think only an Activity context can load the properly themed and sized images/strings, etc Dec 26 19:50:16 firebase doesn't use any activity context Dec 26 19:51:14 i know. Dec 26 19:51:24 so it's fine for any non UI SDK Dec 26 19:51:31 yeah Dec 26 19:51:37 I wonder if it makes the application load time slower Dec 26 19:51:54 I also wrote it there as a comment Dec 26 19:52:10 it helps preventing bad programmers from fucking up your lifecycle Dec 26 19:55:49 * raoul11 thepooshes thepoosh Dec 26 19:55:58 ohithere Dec 26 19:56:12 did u light a 3rd candle? Dec 26 19:58:02 Does anybody have any sources on how I can use a seekbar for zooming? Dec 26 19:58:46 raoul11: yessir Dec 26 19:59:03 Faizan: google can, there are many tutorials for zoom including d.android.com Dec 26 19:59:23 idk what i'm doing wrong I can't find anything to do with zoom with a seekbar Dec 26 20:01:44 figure out the zoom part, the seekbar is just onProgressChanged Dec 26 20:02:25 listen to raoul11, he's the #1 android developer in the world Dec 26 20:03:07 #1 + 234444444404 Dec 26 20:03:22 It's not like Firebase needs more than one instance of itself going on the phone Dec 26 20:06:27 Dagmar: it requires one per app Dec 26 20:06:34 due to analytics etc Dec 26 20:11:00 has anyone started a new project with the starter stuff recently? Dec 26 20:11:20 Faizan : show what you have written Dec 26 20:11:38 which template would one use if you were going to have the main screen be a list? Dec 26 20:11:42 I got it working iresf Dec 26 20:11:43 thanks though :) Dec 26 20:19:34 s73v3r: I always do empty Dec 26 20:29:06 i wanted to try and use some of the new stuff, even though this is supposed to be a “before” app Dec 26 20:37:44 s73v3r : i think it is kidding more but you can search about virtualization on android Dec 26 20:43:50 hey all hows everyone tonight Dec 26 20:45:25 fine Dec 26 20:55:56 so i know CM is shut down but is their wiki down or is it just me im trying to learn to build from source and they had probably the best guide that i chould find for some reason the wiki is down i knew they was shutting down and all but the WIKI c'mon man :( Dec 26 21:11:11 So I’m working on an app for a presentation. I’m gonna start with an app using a BaaS provider, but like if they took the suggestions all literally Dec 26 21:11:41 using the provider library directly in the Activity/Fragment, maybe not even having model objects, etc Dec 26 21:12:11 and then i’m going to piece by piece refactor it to be something where the backend provider can be changed out Dec 26 21:13:13 I never used a BaaS provider Dec 26 21:13:26 Actually I barely know what BaaS mean Dec 26 21:13:32 Am I a bad Android developer? Dec 26 21:13:54 BaaS is Backend as a Service Dec 26 21:14:03 so stuff like Parse, Firebase, Backendless, etc Dec 26 21:14:13 Ah ok Dec 26 21:14:21 I attempted to use Firebase, once Dec 26 21:14:25 but the lessons can also be used to help structure the app for your own backend Dec 26 21:14:28 the database was too primitive Dec 26 21:14:47 So actually I had an experience with a BaaS provider!!! Dec 26 21:15:58 I made my own backend Dec 26 21:16:43 that’s one of the common scenarios: the app starts with one of these providers, and then things grow and you bring the backend in house Dec 26 21:17:29 Melatonina, that's pretty standard for those modern webscale databases :) Dec 26 21:17:38 the lack of features Dec 26 21:19:15 I have a GestureDetectorCompat, and sometimes `onFling()` is not get called (only a batch of `onScroll`s). Any idea why? I need to recognize the end of the `onScroll` event stream. Dec 26 21:52:34 yoavst : paste it in http://paste.ubuntu.com/ and put here Dec 26 22:17:28 see here https://developer.android.com/training/graphics/opengl/environment.html can you add the declaration to the manifest as a sibling or child? Dec 26 22:18:44 like you have go in as a child of or sibling of ? Dec 26 22:19:08 or child of ok I added it as a child of manifest, we'll see how it goes then Dec 26 22:22:05 For future reference, that's documented: https://developer.android.com/guide/topics/manifest/uses-feature-element.html Dec 26 22:22:12 "Contained in" Dec 26 22:23:11 SimonVT, thx bro Dec 26 22:36:02 Hello! Can somebody help me with configuring multidex, I can't get it to keep a class in main dex file. I tried both multiDexFeepFile and multiDexKeepProguard with no effect at all Dec 26 22:36:14 *multiDexKeepFile Dec 26 22:40:00 loredan13 : what is minSdk ? Dec 26 22:40:25 iresf: 16 Dec 26 22:43:22 in defaultConfig set attributes for sdk less than sdk 21 did u do that ? Dec 26 22:46:04 loredan13 : it is the best : https://developer.android.com/studio/build/multidex.html Dec 26 22:46:32 iresf: http://pastebin.com/bCC5qjXY Dec 26 22:48:26 iresf: I followed that guide, and multiDexKeepFile and multiDexKeepProguard have no effect on the class mentioned in corresponding file Dec 26 22:50:20 also : compile 'com.android.support:multidex:1.0.1' in dependency file ? Dec 26 22:50:27 block* Dec 26 22:52:34 iresf: yes Dec 26 23:02:12 if u have done configuration correctly and use android studio only select invalidate cache /Restart it from File menu and kill all process about it then try Dec 26 23:08:00 loredan13 : it is good also https://github.com/vincentbrison/android-easy-multidex Dec 27 01:53:15 Good evening. Dec 27 01:57:13 Good afternoon! Dec 27 02:08:27 good morning? **** ENDING LOGGING AT Tue Dec 27 03:00:01 2016