[android-developers] Problem With Edit Configuration with the latest Android Studio

2016-01-16 Thread 'redwolfgang20' via Android Developers
Hi Guys, I have a current problem with my latest android studio about Edit Configuration, I am currently running on linuxmint 17.3 32 bit. the issue here is that I can't add additional command into additional command line options in android studio edit configuration because its gone, I can't se

Re: [android-developers] ndk-build does not find header files in example code

2016-01-16 Thread Justin Anderson
Maybe this will help? http://stackoverflow.com/questions/8638273/android-ndk-samples-compilation-error-string-h-no-such-file-or-directory On Tue, Jan 12, 2016 at 3:29 PM Seth Tucker wrote: > Hi, >I'm trying to get the eclipse tool-chain working because I need to work > on the NDK. So for it'

Re: [android-developers] help needed for my new App

2016-01-16 Thread Justin Anderson
This link will tell you all you need to know about publishing an app: http://developer.android.com/distribute/googleplay/start.html On Tue, Jan 12, 2016 at 5:36 PM For Great Vocals wrote: > Hi peeps. I've paid someone to build an app for me but they have refused > to publish it. They have sent

Re: [android-developers] To Create App for to Fetch Location Service App

2016-01-16 Thread Justin Anderson
"Is there anyway to hide this App service which is running in my phone bot not be visible at anywhere..." No "Please advise?" Unless I'm mistaken, once installed, an app will not do anything in the background until the user has first manually launched the app. I am very curious on the use case fo

Re: [android-developers] Creating FrameLayout Programmatically

2016-01-16 Thread Justin Anderson
Without seeing your code, it is virtually impossible to really help. However, that being said, I took the code from the site, ran it, and it looks good to me. One thing I did find interesting though, is that his code doesn't specify which type of LayoutParams he is creating, which means he has an

Re: [android-developers] Decision making according to what the input in numeric field in ODK form

2016-01-16 Thread Justin Anderson
Say what now? On Fri, Jan 15, 2016 at 7:37 AM Seema Rani wrote: > Hello,, > > I am stuck on a point where I have to decide form redereing from ODK > according to the inputs, like If I hacve enterd 2 in numeric field want to > open form twice. > > -- > You received this message because you are s

Re: [android-developers] payment

2016-01-16 Thread Justin Anderson
Google will not pay you to develop an app. If you choose to develop an app and sell it, then people who decide to buy your app will pay Google for it, then Google will pay you the money earned minus 30%. On Sat, Jan 16, 2016 at 3:20 AM Harshal Jaiswal < harshaljaiswal1...@gmail.com> wrote: > doe

[android-developers] Mobile not started

2016-01-16 Thread Dharmesh Mer
When I was upgrading my phone from lollipop to marshmallows , I switched off my phone by mistake then phone my not started only welcome page show , please guide me what can I do , how to recover my phone , I have Micromax android one phone -- You received this message because you are subscribe

Re: [android-developers] Newbie: Lesson 2 Module 4: button_send

2016-01-16 Thread Justin Anderson
First thing to check is that you actually have a button_send string defined... You should have a strings.xml file in the res/values folder. Inside there you should see something like this: Send If that string definition exists, then you need to check your package name. The R class... make sure y

[android-developers] Newbie: Lesson 2 Module 4: button_send

2016-01-16 Thread moodamultani
Hello friends, I was attempting the above module 4 in Lesson 2 (Building your first App) in the training pages: http://developer.android.com/training/basics/firstapp/starting-activity.html This module is titled: Starting Another Activity. I am trying this Android Studio 1.5.1 (6.0) API level 2

[android-developers] Android - Play HTTPS Video with Certificate/Private Key

2016-01-16 Thread Emil Banca
down votefavorite I'm struggling for several days with an android issue, I cannot play videos from a HTTPS URL(hosted on digizuite.com if matters) using a Certificate and a Private Key: I'm h

Re: [android-developers] Need someone to write some code

2016-01-16 Thread United 45
I already have an api to work with. https://github.com/sourcey/symple-client On Saturday, January 16, 2016 at 11:55:35 AM UTC-8, MagouyaWare wrote: > > You are going to need a lot of backend server code to do that... > > On Sat, Jan 16, 2016, 1:12 PM United 45 > > wrote: > >> Hi, I'm trying to bu

Re: [android-developers] Need someone to write some code

2016-01-16 Thread Justin Anderson
You are going to need a lot of backend server code to do that... On Sat, Jan 16, 2016, 1:12 PM United 45 wrote: > Hi, I'm trying to build a face to face video chat. I need as much help as > I could get. I need one activity one user can find another random chatter > with a next button. > > > On F

Re: [android-developers] Need someone to write some code

2016-01-16 Thread United 45
Hi, I'm trying to build a face to face video chat. I need as much help as I could get. I need one activity one user can find another random chatter with a next button. On Friday, January 15, 2016 at 10:41:47 PM UTC-8, Amit wrote: > > I m interested, please do let me know about the assignment in

[android-developers] Looking for Android Wear professional

2016-01-16 Thread Marcel Florian
I have an issue with Android Wear and I am looking for someone who really knows the OS and how to configure it and develop on the platform. The questions is about using WiFi on an Android Wear device and can be found here: http://stackoverflow.com/questions/34830550/how-to-keep-android-wear-de

[android-developers] clarification on android donate.Plz help me..

2016-01-16 Thread sai santhosh
Hi friends, I am developing an android app, now i need some clarification on - Whether Google Play is allowed to use Donate Button. - If allowed, what are the step to follow. - Which is the best service for donate collection as *"User Choice of Income"* Plz help me. -- You recei

[android-developers] Where can i find

2016-01-16 Thread Noh Kumado
Hello, i am quite stuck. i need to expatriate video files to an expansion pack... i followed http://developer.android.com/google/play/expansion-files.html, and created a uncompressed zip file with the videos, moved it by hand to ~/Android/obb//main...obb as IDE i use Aide, but i can also hav

[android-developers] Creating FrameLayout Programmatically

2016-01-16 Thread mr010rm
I tested "Creating FrameLayout Programmatically" from http://javatechig.com/android/android-framelayout-example and I have bad result Text 1 and Text2 is position from left and top corner. Why? All other attempts have failed deployment. The effect is always the same -- You received this mess

[android-developers] Re: native daemons started by init

2016-01-16 Thread 慕冬亮
# Repos/Android is source code of Android cd Repos/Android/system; for file in `find . -name *.rc -print` do grep -e "^service" $file; done The output is : service bluetoothtbd /system/bin/bluetoothtbd service vold /system/bin/vold \ service defaultcrypto /system/bin/vdc --wait cryptfs mountdefaul

[android-developers] How can i find who are my testers in an Open Beta Testing for my app?

2016-01-16 Thread Subhadeep Mondal
Recently, Google Play Developer Console allows *Open beta testing* without the need of creating Google Group or a Google+ community for reaching out to testers to test the beta versions of an application. Now I can just share a URL and anyone can opt-in to become a tester, but I am unable to se

[android-developers] Re: ADT export wizard with Proguard obfuscation enabled does not work

2016-01-16 Thread farhad salari
tnx henrik!,,, it works! ... :-) On Thursday, June 2, 2011 at 6:59:41 PM UTC+4:30, Henrik wrote: > > I had a similar problem with the error message: > Error: D:\Work (Access is denied) > > My android project files was in the folder D:\Work\#svn-android > \. > Removing the '#' in the folder nam

[android-developers] payment

2016-01-16 Thread Harshal Jaiswal
does google pay for the app development. if yes then please tell the process and help to start -- 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-dev

[android-developers] native daemons started by init

2016-01-16 Thread 慕冬亮
I have seen this Anatomy-Physiology-of-an-Android.pdf and have a little understanding about the architecture of Android. I want to ask a question, how many native daemons are started by init process, which is started by the kernel? I have a small set. [ServiceManager, adbd, vold, netd, debuggerd,