[android-developers] using valgrind on dex2oat command

2015-12-16 Thread techietone
Hi , Has anybody run valgrind on dext2oat command for converting a dex file to .oat ? When i tried running valgrind on this i get these errors : disInstr(thumb): unhandled instruction: 0xDEFF 0x9309 disInstr(thumb): unhandled instruction: 0xDEFF 0x4699 disInstr(thumb): unhandled

[android-developers] Re: JSON parsing in Android

2015-12-16 Thread Streets Of Boston
Looks like the server is sending the escape character "\" as well all over the place. This one needs to be removed basically everywhere, i.e. the server should send something like {"User":{"id":"5", "name":"Bob" ... ... ... "FirstYear"}} On Wednesday, December 16, 2015 at 6:11:36 PM UTC-5,

[android-developers] Generate APK signed with NDK libraries is very slow

2015-12-16 Thread fah127
Hi, All I have a problem with an app, when I generate a apk version in mode debug, the app works fine, but when I generate an apk version in mode release, this app is very slow and it fails. Can you help me, please? -- You received this message because you are subscribed to the Google

Θέμα: [android-developers] Android Apps Without Main Activity

2015-12-16 Thread niksap1
Same with live wallpapers.To my understanding normal apps, with mainactivities,

[android-developers] Traceview in Android 5

2015-12-16 Thread Rubén
Hi. I am interesting in this topic also. The thing is that when I use the command line to profile the app the file limit is set to 9MB, so it is not possible to collect an entire profile. On the other hand, if the profile is introduced in the source code using the debugger, the maximum file

[android-developers] how to handle sencond sim ring tone

2015-12-16 Thread Bhanu Surendra
can anyone help on how to set or change ring tone of second sim -- 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] In Android device gmail app renders hyper link with custom protocol as text

2015-12-16 Thread harish lakshman
Hi, *Background:* I have added intent-filter in my Android app with To test i created an small html page with anchor having ref to myAppTest://Test1. when i open the html in html viewer and click on the link my app get opened. So good. *Intended to Use:* I would like to add this link to email

Re: [android-developers] Android 5.1.1 on Samsung J500H and Viber

2015-12-16 Thread Sam 4
Я могу ошибаться, я увидел и понял, что все ограничения проверены, но его элементарно могут убивать какие нибудь отпимизаторы, к примеру такое было с скроблерами ласт.фм, и тут уже искали ответы на этот вопрос. 2015-12-16 11:25 GMT+02:00 Влад Назаренко : > Здравствуйте

[android-developers] JSON parsing in Android

2015-12-16 Thread Mukarram Ali
This is what I am receiving from server as a string:

[android-developers] How to share resources between unit test and instrumentation test in android?

2015-12-16 Thread Juan Felipe Alvarez Saldarriaga
I'm following this post, http://blog.danlew.net/2015/11/02/sharing-code-between-unit-tests-and-instrumentation-tests-on-android/, to share code, but how to share an asset?, like a fixture file?, I want to mock an api response, so I have a JSON file to do it, but I try this:

[android-developers] Users blackmailing developers

2015-12-16 Thread Patrick
Hi developers, Is there anything we can do about annoying users who send app reviews like: "I give you 1 star and I'll give you 5 if you make this app free"... Just curious about how you deal with these drags? Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] App gives error when trying to run it.

2015-12-16 Thread Clint William Theron
Hi awesome people:-) After creating a project from the templates I get an error when I try to run the app. I think something went wrong downloading the sdk. How can I reinstall/download only the sdk and not Android Studio? Thank you in advance ps The image attached is a screenshot of the error

Re: [android-developers] Traceview in Android 5

2015-12-16 Thread Kristopher Micinski
You should also be aware that the Systrace tool has been introduced. http://developer.android.com/tools/help/systrace.html Kris On Fri, Dec 11, 2015 at 5:19 AM, Karthik k wrote: > Hi, > > Traceview is used to profile the Android apps. For Android version <= 4.4, >

[android-developers] APK Expansion Files do not work with Android Studio

2015-12-16 Thread Russell Cecala
Hi, Is there a way to build apps that use APK Expansion files with Android Studio? I have looked at the docs here: http://developer.android.com/google/play/expansion-files.html it only covers eclipse and ant command line. Are we suppose to use eclipses for apps that need to use APK Expansion

[android-developers] dex2oat does not work

2015-12-16 Thread Dong Li
Hi, When I use "adb install" to install an apk, everything works and I got the dex2oat cmd line from logcat. But when I use the dex2oat cmd line directly from adb shell, it failed and complained about the apk file is invalid Can any one please give me some help ? Thanks :)

Re: [android-developers] Users blackmailing developers

2015-12-16 Thread Quentin Christensen
There's really not much you can do. If it's a one off, just ignore it and move on. If you have a lot of reviews / comments along those lines, maybe look at what you are offering users - eg can you offer them more functionality in the paid version (whether you have a free version or not) to

[android-developers] Many failed attempts at downloading the android development studio.

2015-12-16 Thread Tony
I have tried several times to download the android development studio. It has got to between 800 mb and 1007 md then just the stops downloading and gives an unknown network error. Can someone help? -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] How can I download Android Sdk platform-tools without the pain?

2015-12-16 Thread seb mitchell
Hi just wondering if there is a better way to download the Android/Sdk/platform-tools files. Just having a play with http://flutter.io/ via https://atom.io/packages/dartlang editor and got an error about adb, on my debian jessie, being out of date. Also the other android tools are required to

Re: [android-developers] Re: java code help

2015-12-16 Thread Davi Albuquerque Vieira
Please add more info. Until that... did you tried Retrofit? 2015-12-16 2:26 GMT-02:00 VISHAL TIKKU : > Can you please elaborate. > > On Monday, December 14, 2015 at 11:50:46 AM UTC+5:30, John Mmm wrote: >> >> how to make login form that connects to my website? >> > -- >

Re: [android-developers] Rookie At Coding.

2015-12-16 Thread Davi Albuquerque Vieira
Paste here the error messages. It would help us to help you. 2015-12-16 3:30 GMT-02:00 Fabian Azagra : > This is my first time coding and i am using > http://developer.android.com/training/basics/firstapp/creating-project.html > as my training. But theres 3 pages of code

[android-developers] Avaya IVR Developer: Super HOT: Immediate Interview.

2015-12-16 Thread Tarun Tyagi
Hi I would like to submit your candidate for this position. If you have anyone for this position. Kindly send me the detail as soon as possible. Highly Super Hot. I sent you so many position before. But never send me your candidate. *Role : Avaya IVR Developer * *Location : Cleveland, OH*

[android-developers] Java GUI Developer

2015-12-16 Thread Tarun Tyagi
*HI * *I got your profile from your employer . * *I would to submit your profile for this position. Could you please tell me how comfortable you are with this position. * *I am waiting for your reply. * *Java GUI Developer* *Location : Jersey City, NJ* *Long term Contract *

[android-developers] Android 5.1.1 on Samsung J500H and Viber

2015-12-16 Thread Влад Назаренко
Здравствуйте уважаемые разработчики ОС Android. Я являюсь владельцем телефона торговой марки Samsung J500H и у меня возникла такая проблема при использовании программы Viber после обновления ОС до 5.1.1: Через определенное время фоновый процесс программы Viber самопроизвольно отключается и

[android-developers] Android Pay Error

2015-12-16 Thread Mamta Kaundal
I don't know but i am continuously getting the error *To make purchase using Android Pay, please setup your card in android pay app* Even the card detail is added already in Android Pay App.And i am testing the app from US. I followed up all the steps mentioned in the official site of