[android-developers] Re: Build of Studio app from command line fails with weird exceptions and then hangs forever

2016-08-07 Thread Kryz nop nop
Hi Did you check if you have aapt in the path "/Android/Sdk/build- tools/23.0.2/aapt"? On Sunday, August 7, 2016 at 12:54:25 AM UTC+8, David Karr wrote: > > I occasionally bring up Studio to work on a personal project. It was > basically working at one point, at least it appears to be built in St

[android-developers] Re: Trouble with JDK for Android Studio

2016-08-07 Thread Kryz nop nop
Hi, First be sure that you are using the new Java 8 environment to run the android Studio, maybe you are using the old version of java still. Second, try to change the version of android in the design layer, on the top you will see the version of android in which is rendering, up to the zoom bu

[android-developers] App still in review for "Google Play for Education" since 3 monthes

2016-08-07 Thread Andreas Solvapps
I have checked the checkbox "Google Play for Education" about 3 monthes ago. The status is still "in review" and I don't know who and how to contact google to ask, what is going on. In general, I don't know how to contact google for individual problems, which cant be solved with help of forums

[android-developers] Internal audio capture, violates Google Play Market?

2016-08-07 Thread Kryz nop nop
I want to know if there is a violation if someone do an application to record the internal audio of android: Google Play Terms of Service .`Capturing of Streams. You may not use Google Play or any Content in conjunction with any stream-ripping, stream capture or similar software to record or c

[android-developers] How to implement Yelp Api inside onPerformSyn

2016-08-07 Thread e-reflex Memory
Could you guys give me a little push here. I'm stuck trying to run the yelp api inside the onPerformSyn. How can I possible do this. I'm getting the error below. Please help is appreciated. public class SyncAdapter extends AbstractThreadedSyncAdapter{ public final String LOG_TAG = Syn

[android-developers] Problem to start AVD on Android Studio 2.1 running on Linux Mint

2016-08-07 Thread Tiago Santos de Santana
Hi! I'm trying develop some apps in Android Studio 2.1, but I've got a problem to start the AVD to test my application. I'm running the Adroid Stuido on Linux Mint. When I start the AVD, the prompt is opened but this just stay in load screen: Below, there are some logs about the AVD that I

[android-developers] HOTLIST

2016-08-07 Thread Madhu Sudhan
Hi, Below are the available consultants, Let me know if you have any requirements, You can reach me at *630-(923)-6952* or *madhu.usitrecrui...@gmail.com* *Name* *Skill* *Location* *Relocation* *D B* *Sr. SAP BW/BOBJ/HANA Lead **(8 years)* *PA* *Open* *R T* *Sr. SAP BW BO HANA Lead Co

Re: [android-developers] Java Error

2016-08-07 Thread Steve Gabrilowitz
You have to install the JDK before it will work! On Aug 7, 2016 11:47 AM, "Matthew F Photo" wrote: > Hi, > > I just downloaded Android Studio and in the Setup Wizard it says "We > could not detect a Java Development Kit (JDK) v7 or newer on your system. > Please browse to its path if known:"

[android-developers] Java Error

2016-08-07 Thread Matthew F Photo
Hi, I just downloaded Android Studio and in the Setup Wizard it says "We could not detect a Java Development Kit (JDK) v7 or newer on your system. Please browse to its path if known:" and then it gives me a link to download a kit from Oracle. When I download software from that Java link and

Re: [android-developers] button onClick handler retrieve custom attribute value declared in activity_main.xml

2016-08-07 Thread Steve Gabrilowitz
toString() returns a string representation of an object which is not necessarily the value of the object. your view.getTag() returns an object which is already a String so all you have to do is cast it to string rather than using toString() on it String buttStr = (String) view.getTag(); is what y

[android-developers] button onClick handler retrieve custom attribute value declared in activity_main.xml

2016-08-07 Thread Thomas Fazekas
Dear all, here is what I want to do : declare a whole bunch of buttons in the activity_main.xml each of them having one custom tag (in this case it's called "tag"). All the buttons would share the same onClick handler, where I would use this custom property value to construct some strings (a UR

[android-developers] button onClick handler retrieve custom attribute value declared in activity_main.xml

2016-08-07 Thread Thomas Fazekas
Dear all, here is what I want to do : declare a whole bunch of buttons in the activity_main.xml each of them having one custom tag (in this case it's called "tag"). All the buttons would share the same onClick handler, where I would use this custom property value to construct some strings (a UR

[android-developers] Multi-locale doesn't work in Android N emulator

2016-08-07 Thread Eric Chiang
>From my experiment in Android N emulator, Locale.getDefault() method always get the first preference in user's locale list. No matter the first preference locale exist in my apps or not ,the result always the same. If the apps do not have resources for the first locale , the app would not choos