[android-developers] "Use default gradle wrapper" option not showing up in Android Studio settings

2016-02-21 Thread Jeffy Joseph
Hi, I imported a pre-existing project as a gradle project in Android Studio. I then updated gradleVersion as following task wrapper(type: Wrapper) { gradleVersion = '2.2.1' } Then I run the gradle build. When I check the version - gradlew --version, it still shows 1.12 I'm looking for

[android-developers] Fingerprint as identification?

2016-02-21 Thread Damir Mailybayev
The idea is to identify user using fingerprint. I want to bind finger with user, so that user will able to login to app using finger with any fingerprint device, so if user will change device and without entering username and password user will be able to login. How to make it? as i found so

[android-developers] Re: MediaController not visible for VideoView in Dialog

2016-02-21 Thread Imran khan
WindowManager.LayoutParams a = dialog.getWindow().getAttributes();a.dimAmount = 0; dialog.getWindow().setAttributes(a); use this my solve the problem On Tuesday, June 26, 2012 at 2:43:11 AM UTC+5:30, Vance Turnewitsch wrote: > > Hi, > I am displaying a VideoView in a custom Dialog I am

[android-developers] Android Ble With Advertising

2016-02-21 Thread vipin . gupta
I am working on BLE and get stuck in finding weather android device can transmit and receive data over BLE at the same time with multiple devices.If it is possible , please provide me the link where I can find these type of stuffs to develop app -- You received this message because you are

[android-developers] Re: Does not perform filtering devices in the size of the screen in Google Play Developer Console

2016-02-21 Thread Miguel Obaid
I'm sorry, this is my new code http://schemas.android.com/apk/res/android; package="cl.MedicalApp.AnatomiaRadiologica" android:versionName="1.0" android:versionCode="1">

[android-developers] Re: Does not perform filtering devices in the size of the screen in Google Play Developer Console

2016-02-21 Thread Miguel Obaid
ok this is my new code and still not working http://schemas.android.com/apk/res/android; package="cl.MedicalApp.AnatomiaRadiologica" android:versionName="1.0" android:versionCode="1">

Re: [android-developers] Does not perform filtering devices in the size of the screen in Google Play Developer Console

2016-02-21 Thread TreKing
On Sun, Feb 21, 2016 at 2:37 AM, Miguel Obaid wrote: >android: normalScreens = "false" > android: largeScreens = "true" > android: xlargeScreens = "false" > android:

[android-developers] Re: Getting started with Android SDK--where is the "android" program referenced in the README located?

2016-02-21 Thread Tim McFadden
Hi, This is probably not an "android" problem. In Linux, you need to have a path to the executable or run the program from the directory of the executable. ./android will work if you're in the directory with the executable. Please type env to display your environment variables, including

[android-developers] Androd Studio - Why doesn't the app I'm testing appear in the list of apps on the AVD screen?

2016-02-21 Thread Tim McFadden
When I run an app with AVD, I open AVD, then go into the apps screen. I can't test, because the app I'm running doesn't appear on the screen with the other apps. Older apps appear on the screen, hence I can't test. Obvious bug. How can I use the AVD? Tx, tim -- You received this message

[android-developers] OkHttp async calls: AsyncTask or OkHttp async api?

2016-02-21 Thread moby
Hello, I am not so familiar with OkHttp library and I have some doubts on how it should be used for async requests. I was using the android library for *http *and I was using *asyncTask* for some request. But since I wanted to try OkHttp library, I faced some "problem" on what is the

[android-developers] Re: Error 404 download app

2016-02-21 Thread myguidoo
solved https://groups.google.com/forum/#!searchin/android-developers/error$20404/android-developers/w8WosmPSrMw/rmGLSwZwygEJ El viernes, 19 de febrero de 2016, 19:40:29 (UTC+1), mygu...@gmail.com escribió: > > Hi, > > > > Yesterday I published two app and I cannot download one of them.

[android-developers] How to instal the file 'android.hardware.usb.accessory.xml' (Android device)?

2016-02-21 Thread Jitske Trijntje
Hello Developer, Excuse me, I am not a developer, but I cannot find the right spot for my questiong, but this. I have a tablet Android 4.2.2. and as I noticed with a file explorer followingTech Jak (You Tube) who checks out there why a USB/OTG hub does not perform. There are two file ness.

Re: [android-developers] Android reports my applications is incompactible with my devices

2016-02-21 Thread Vitaly Fadeev
среда, 17 февраля 2016 г., 0:31:21 UTC+3 пользователь TreKing написал: > > > On Sun, Feb 14, 2016 at 9:41 AM, Vitaly Fadeev > wrote: > >> Is it allowed to recieve own applications in google play , or developer >> account and google play account must be different google

[android-developers] Re: Does not perform filtering devices in the size of the screen in Google Play Developer Console

2016-02-21 Thread Miguel Obaid
I greatly appreciate the help, I'm really stuck -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post

[android-developers] Does not perform filtering devices in the size of the screen in Google Play Developer Console

2016-02-21 Thread Miguel Obaid
There is no decrease in the number of devices when I add the following code. (I modified the AndroidManifest downloaded from Github Google Mobile Ads Unity Plugin v3.0.1 I add the following.) I do not know if this code is for unity c # script My