[android-developers] haxm installer not compatible with windows and adv error 0x60000000

2017-02-05 Thread Asaf Nassi
I have install Android Studio 2.2.3 but I cant install haxm, in the Android SDK maneger I geet "installer not compatible with windows" and wen I try to use ADV i get: "cannot launch avd in emulator. output: emulator: warning: userdata partition is resized from 550 m to 800 m error: resizing

[android-developers] BLE 4.2 Support

2017-02-05 Thread Alaa Masalha
Hello, I can't find this information anywhere. Does Android support BLE 4.2? If so, then since which Android version is BLE 4.2 supported? Do all Android devices that have this version support BLE 4.2 or is it also device dependent? Thank you -- You received this message because you are

[android-developers] Manage permissions of all apps on the system

2017-02-05 Thread Federico Govoni
Hi guys, I know that in Android 6.0+ is possibile to manage other apps permissions and to modify them as many apps do (like AppOps); I'd like to develop my own application capable of manage apps permissions but I can't find a way to do it. Can someone help me linking some guide/manual? P.S.

[android-developers] Issues with Loading multiple WebViews inside Scrollview in Android

2017-02-05 Thread vivek daramwal
My layout contains a ScrollView with multiple WebViews loading dynamically. The problem I am facing is sometimes few WebViews don't show content even after onPageFinished is called. I have to touch on each WebView to show the content. Its happening randomly on Nexus 5x. To workaround this

[android-developers] scalability testing

2017-02-05 Thread Jags
Hi all, I need to do a scalability testing and code review on a project developed by another organization. Please guide me with tools and ways to do it -TYIA jags -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

[android-developers] unable to create AVD

2017-02-05 Thread spamsoop
In Android Virtual Device Manager, I get this error when I define a new AVD and click finish: NoSuchFileException: /home/.../.android/avd/[name of AVD] I'm running Android Studio 2.2.3 on Ubuntu 14.04. Any ideas how to fix this? Thanks in advance. -- You received this message because you are

Re: [android-developers] unable to create AVD

2017-02-05 Thread spamsoop
Thanks, that's right! needed to make the avd/ directory and set its permissions with "chmod 777 avd/" On Sunday, February 5, 2017 at 6:21:32 PM UTC-5, Steve Gabrilowitz wrote: > > Make sure the specified file path exists and is writeable > > On Feb 5, 2017 4:44 PM, wrote:

Re: [android-developers] unable to create AVD

2017-02-05 Thread Steve Gabrilowitz
Make sure the specified file path exists and is writeable On Feb 5, 2017 4:44 PM, wrote: > In Android Virtual Device Manager, I get this error when I define a new > AVD and click finish: > > NoSuchFileException: /home/.../.android/avd/[name of AVD] > > I'm running Android

Re: [android-developers] unable to create AVD

2017-02-05 Thread gwendaconrad via Android Developers
On Mon, 2/6/17, spams...@gmail.com wrote: Subject: Re: [android-developers] unable to create AVD To: "Android Developers" Date: Monday, February 6, 2017, 2:34 AM Thanks, that's right!  

[android-developers] Code Editor

2017-02-05 Thread Chris
Released a new mobile code editor, check it out if you code on device. This editor was written by coders for coders. Feature rich, tool packed, and ready for 90+ syntax languages. Code Editor: • Autocomplete for most of the available syntax languages • Line Numbers • Line Wrapping • Active

[android-developers] EGL_BAD_MATCH

2017-02-05 Thread Saravanan K
E/EGL_emulation: tid 2229: eglSurfaceAttrib(1146): error 0x3009 (EGL_BAD_MATCH) -- 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] Re: How to use strace for android application

2017-02-05 Thread Saba Arshad
i think i'm late. let me know if you got the answer to your question. as i am working on the same thing. On Wednesday, November 2, 2016 at 6:06:38 PM UTC+5, Omkar Mozar wrote: > > > I have searched a lot on internet about how to use "strace" to find system > calls made by my android application