Re: [android-developers] Error with app:layout_behavior

2016-06-15 Thread sardar khan
you should add a string resource in the res/values/string folder . check below in the tutorial to show how to add string resource https://developer.android.com/training/basics/firstapp/building-ui.html On Thu, Jun 16, 2016 at 10:31 AM, Kevin Chen wrote: > Hello, > > I

[android-developers] Error with app:layout_behavior

2016-06-15 Thread Kevin Chen
Hello, I am a new android programmer trying to complete this tutorial: https://developer.android.com/training/basics/firstapp/building-ui.html After following all the instructions on the above page and running the code, I get the following error: Error:(2) No resource identifier found for

[android-developers] Opening another app Using url and query string in it (deep linking)

2016-06-15 Thread Smit Mehta
Hi, I want to launch another app from my current app and i don't have any idea about doing it can anyone help me with this. thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

[android-developers] Mixer Audio (5 tracks)

2016-06-15 Thread Falconiere Rodrigues Barbosa
How to implements a Mixer Audio? exemple: https://play.google.com/store/apps/details?id=com.jaytronix.multitracker What is the better way for this ? Thank for you time. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

Re: [android-developers] Support with altering the map from a different activity

2016-06-15 Thread J Decker
send back the change to the viewmap as an intent ? On Wed, Jun 15, 2016 at 6:12 PM, A.J. wrote: > Hello, > > I am developing an app and I am having a lot of issues with one idea. Say > I have a main activity with two buttons. One goes to a ViewMap and the > other goes into

[android-developers] Support with altering the map from a different activity

2016-06-15 Thread A.J.
Hello, I am developing an app and I am having a lot of issues with one idea. Say I have a main activity with two buttons. One goes to a ViewMap and the other goes into a details section. How can I make changes to the ViewMap from the Details? For example, if the user clicks on a button in

[android-developers] In-app promo

2016-06-15 Thread user
have a question related to in-app promos- https://developer.android.com/google/play/billing/billing_promotions.html At the beginning of this page following is mentioned - *"Promo codes let you give content or features away to a limited number of users free of charge. Once you create a promo

[android-developers] Where to locate Terms of the service for in-app promo

2016-06-15 Thread user
have a question related to in-app promos- https://developer.android.com/google/play/billing/billing_promotions.html At the beginning of this page following is mentioned - *"Promo codes let you give content or features away to a limited number of users free of charge. Once you create a promo

[android-developers] Hiring for Web Developer | Redmond, WA || Local Preferred

2016-06-15 Thread USIT Recruiter
Hi Please lookup the below position and if you feel comfortable ,then please send me your updated resume Position: Web Developer Location: Redmond, WA Duration : Contract Customer: HCL America Local Preferred Job Requirement : - Javascript, HTML, CSS3 - candidates

[android-developers] Hiring for Software Engineer | Redmond, WA || Local Preferred

2016-06-15 Thread USIT Recruiter
Hi Please lookup the below position and if you feel comfortable ,then please send me your updated resume Position: Software Engineer Location: Redmond, WA Duration : Contract Customer: HCL America Local Preferred Job Requirement : - ASP.NET, MVC, C# - Software

[android-developers] Immediate need ETL lead / Solution Architect in SFO, CA with infosys

2016-06-15 Thread SALMA BHAT
Hi Partners, This is back fill role ,please share resume at* naseer.ah...@nityo.com * *Role : ETL lead / Solution Architect – DATASTAGE, IIS 11.3 / IIS 11.5Technology : Datastage 11.3 (IBM Infosphere Information Server Enterprise Edition) Location : SFO,

[android-developers] Google XP/Achievements

2016-06-15 Thread Rahul Bhatia
I have build an app game but its not providing user its gained xps Please look into the question I am stuck into it !:- http://stackoverflow.com/questions/37570914/how-to-add-gained-xp-and-achievements-to-google-game-profile -- You received this message because you are subscribed to the Google

[android-developers] Hiring for Cloud Architect/Engineer ( Azure ) | Chevy Chase, MD

2016-06-15 Thread USIT Recruiter
Hi Please lookup the below position and if you feel comfortable ,then please send me your updated resume Position : Cloud Architect/Engineer ( Azure ) Location: Chevy Chase, MD Durarion : Contract Job Requirement : Microsoft Network Certifications (MCSE, MCSM etc….) Experience with F5

[android-developers] google-play-services_lib does not exist

2016-06-15 Thread Jubril Siji
Hello, I got the following instructions on how to add google play services library to my project Copy the library project at /extras/google/google_play_services/libproject/google-play-services_lib/ to the location where you maintain your Android app projects. Import the library project into

[android-developers] Google apps pack in devices to sell

2016-06-15 Thread Lamax Electronics
Hello, I work for Czech company which is developing new devices with Android 4.4. It is a car camera and we wanna to have Google application pack (Google Play, Youtube, etc..) as a default in the device. We gonna sell this device in whole Europe. Is it free of charge or is there any kind of

Re: [android-developers] Camera Error 2

2016-06-15 Thread sardar khan
Hey, have you check the runtime permission for camera..?? have a look at this article https://developer.android.com/training/permissions/requesting.html On Wed, Jun 15, 2016 at 4:23 PM, Алексей Жадов wrote: > Good day, please help to understand what means: E/Camera: Error 2 >

[android-developers] Re: Give a review as a beta tester on production version

2016-06-15 Thread Aurel Chiper
Hi, I had the same error. After disabling TestMode all my testers can rate app On Thursday, 2 June 2016 15:47:29 UTC+3, mathia...@stootie.com wrote: > > Hi, > > I've my app in an open beta testing program. > The app is currently only on production. (No beta test version running) > > Testers are

[android-developers] in app re-subscription testing

2016-06-15 Thread Ofir Sudai
Hi, I am testing the in app subscription on android devices(In app billing V3. api). I want to allow users to cancel their subscription, and if it is within the active period, resubscribe (which , how I see it, will just turn autoRenewing to true, without any other changes). I have some

[android-developers] Re: Zipalign does not work!

2016-06-15 Thread jaumebalust
YES!! FINALLYYY On Wednesday, June 15, 2016 at 11:32:18 AM UTC+2, Sun Light wrote: > > This helped, nothing else does, but this finally solve the problem! Thank > you! > > http://stackoverflow.com/questions/37783751/android-apk-not-zip-aligned-when-uploading-to-google-play/37786864#37786864 >

[android-developers] Re: Zipalign does not work!

2016-06-15 Thread Sun Light
This helped, nothing else does, but this finally solve the problem! Thank you! http://stackoverflow.com/questions/37783751/android-apk-not-zip-aligned-when-uploading-to-google-play/37786864#37786864

[android-developers] Re: Zipalign does not work!

2016-06-15 Thread MarKco
Yes, as I stated above you can downgrade your gradle plugin from build.gradle without downgrading Android Studio and thus you'll be able to build zipaligned APKs. "n build.gradle I changed gradle plugin version from classpath 'com.android.tools.build:gradle:2.2.0-alpha3' to classpath

[android-developers] Re: Zipalign does not work!

2016-06-15 Thread Sun Light
I tried to: - zipalign once, not working, still same problem. - zipalign twice, not working - You uploaded an APK with invalid or missing signing information for some of its files. You need to create a valid signed APK. - reinstall Android Studio to last stable version include SDK - still same

[android-developers] Re: Zipalign does not work!

2016-06-15 Thread Sun Light
I tried to: - zipalign once, not working, still same problem. - zipalign twice, not working - You uploaded an APK with invalid or missing signing information for some of its files. You need to create a valid signed APK. - reinstall Android Studio to last stable version include SDK - still same

[android-developers] Re: Zipalign does not work!

2016-06-15 Thread MarKco
I was able to build a correctly zipaligned APK by downgrading gradle plugin from classpath com.android.tools.build:gradle:2.2.0-alpha3 to com.android.tools.build:gradle:2.1.2 as suggested here:

[android-developers] Xml File using show in grid view and click the image going to that url

2016-06-15 Thread Omkareswara Reddy
Hi every one,, This is xml file Locket Photo Frames market://details?id=com.appbasic.locketphotoframes http://appbasic.com/promimg/locketphotoframes.png Winter Men Photo Suit market://details?id=com.appbasic.wintermenphotosuit http://appbasic.com/promimg/wintermenphotosuit.png Street

[android-developers] Animations testing in Android Apps

2016-06-15 Thread Sandeep Hanumanthakari
Hii we are using property animations in the our apps. i want to know is there any api or tools to validate whether animations are working on the Views. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] App submission rejected due to copyright infringement

2016-06-15 Thread Dan Hastings
I have created a gaming app that displays information on video games and integrates with the main website. Each page includes a small 200x150 image for the game wallpaper on each page for the game. I have submitted the app and i got rejected on the grounds that "your app contains official

[android-developers] Force CID with Android Telephony API ?

2016-06-15 Thread aymeric Oneshot
Hi, I have a question regarding Android Telephony API. There is a function called setLacAndCID() (https://developer.android.com/reference/android/telephony/gsm/GsmCellLocation.html#setLacAndCid(int,%20int)) , so I tried to modify my Lac and CID using this function in my app, but only the

[android-developers] VT-X is disabled in BIOS (Android Studio)

2016-06-15 Thread Omar El-Sayed
I started using the android studio and everytime I try to launch the AVD emulator a message pops up says: "VT-X is disabled in BIOS". Is there anyway to fix this problem without opening the BIOS and if there isn't does that mean that I won't be able to use the emulator on my laptop (Lenovo Y50)

[android-developers] MediPrank - Photo Editing is the most fun and creative Image Editing for your photos!

2016-06-15 Thread Wapp Notech
MediPrank - Photo Editing is the most fun and creative Image Editing for your photos! With MediPrank - Photo Editor, you can add new frames to your favorite images for

[android-developers] Needs help regarding Security Alert: Your app contains embedded private keys or keystore files

2016-06-15 Thread care . ly . devtest
Hi, After I upload the application to the google play, I can see a warning like below, " *Security Alert: Your app contains embedded private keys or keystore files* This app contains one or more private keys or keystore files embedded in its published apk as listed at the end of this message.

[android-developers] The best android developer in india

2016-06-15 Thread Shobana P
Android development is rapid development in global market most of us use the android smart phone -- 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,