[android-developers] Want to become an android developer with little knowledge of programming

2016-04-24 Thread Sambhav Jain
I have* Windows XP 32 BIT with CPU having Pentium Dual Core Processor, 2 GB 
of RAM *and basic requirements.
Can someone pls post a link, so that I can download the Android SDK that's 
compatible with my Computer and other softwares.

Thanks

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/60391837-baf9-4621-9ee3-ccd8b91a45fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Latest Android N OTA brigged my Nexus 6P

2016-04-24 Thread Lars Vonderschmitt
I got the OTA update for the Android N Preview. And after installing it, my 
device is in a endless loop of booting, crashing, booting etc.

I am not able to access the devices via USB cable and ADB. Also getting 
into the bootloader and trying to make a factory reset is not working.

What can I do to get my device back to work???

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b2e6406c-5141-4c26-bbca-cb16a9aa066c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Running a Alpha test in parallel with Production and country gating?

2016-04-24 Thread Adir Ron
Hi everyone,

We have an app in Alpha testing (via Google's Alpha tools).
We were having a hard time getting enough users in, so we decided to upload 
a Production build and gate it only to specific countries.

However, now when a new tester reaches our Alpha testing page, he clicks on 
"Become a tester" but then cannot download the app - they are getting a 
"not available in your country" message.

We were under the impression that Alpha tests are open worldwide, 
regardless of gating the production version.


We don't want to open our prod build worldwide since the app isn't ready 
yet, but we still want to run in parallel ( a prod build in a few select 
countries, and an Alpha build worldwide).

Is this a bug? Is this intended?
Is there any way to run those in parallel?

Thanks!
Adir 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/173d0e99-6fef-41e4-9536-e4f146f2a0f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Can not download the Android Studio in the left click.

2016-04-24 Thread Koichi Hattori
This problem, it seems was only if that displays Android Developers site in 
Japanese.
It is also incorrect system requirements that are displayed in Japanese.
Japanese developers are in trouble.
I would like to wish the improvement of early, but where do I consult ...?

---
Koichi Hattori
keicha@gmail.com

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1bc75554-8e5b-414a-9aa6-4d1ac1345246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Can not download the Android Studio in the left click.

2016-04-24 Thread Koichi Hattori
his problem, it seems was only if that displays Android Developers site in 
Japanese.
It is also incorrect system requirements that are displayed in Japanese.
Japanese developers are in trouble.
I would like to wish the improvement of early, but where do I consult ...?

---
Koichi Hattori
keicha@gmail.com

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/fd8987cc-2258-46ca-8247-cd0deec83854%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-24 Thread Mark Hansen
I've asked this on Stack Overflow, but so far no solution: 
http://stackoverflow.com/questions/36816530/why-does-adb-devices-show-unauthorized-with-no-allow-prompt-on-the-device

I've installed Android Studio 2.0 on my Windows 7 PC. This included the 
Android SDK. I've done Android development on this PC before using Eclipse 
+ ADT and an earlier version of Android Studio, which worked (at that 
time). I've uninstalled the old version of Android Studio and installed the 
new (current) version. Also, based on the prerequisites for Android Studio, 
I've installed Java J2SE 1.8.0 update 92 (JDK).

Now, when I attempt to connect to my phone (Samsung Galaxy S6) via USB, 
'adb devices' shows 'unauthorized' and I never receive a prompt on the 
phone to allow USB debugging.

I have USB configuration set to MTP and when I plug the phone into the USB 
cable, I get the auto-play prompt on the PC and I'm able to see device in 
Windows/Explorer and browse its directories, etc.

I've uninstalled the OEM USB drivers for my device and re-installed them. 
I've turned USB Debugging off/on. I've Revoked USB debugging authorization 
under developer options on the phone, I've run 'adb kill-server' and 'adb 
start-server'. I've tried different USB cables and ports. I've restarted 
both the computer and the phone. I've verified there is only one instance 
of 'adb.exe' on the PC and that it is in the location identified by 
ANDROID_SDK_HOME ($ANDROID_SDK_HOME/platform-tools/adb.exe).

There was a directory named .android in my $HOME directory which contained 
a lot of keys and configuration files, etc., so I uninstalled Android 
Studio again and manually moved that directory out of the way and then 
re-installed, but this didn't help.

I'm wondering if there is a setting on the PC (or phone) which tells adb 
that we don't need to prompt to allow USB debugging which needs to be 
cleared?

Can someone please help me?

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c7857fee-20c4-432e-a54e-ebb424ff6969%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Can not download the Android Studio in the left click.

2016-04-24 Thread Koichi Hattori
Sorry if there in the foregoing theme.

Even if the left-click on the link on the download page of the Android 
Developers, Android Studio and the SDK can not be downloaded.
Right-click and can be downloaded by selecting the "Save As". I think, this 
is Android Studio 2.0 is released page of Android Developres is since been 
updated.
I think that there may be a problem with the JavaScript that is executed 
when you left-click, why this condition is not corrected?

---
Koichi Hattori
keicha@gmail.com

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/df294e23-d7b7-43ef-aaf4-7654688b95ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Screen on event

2016-04-24 Thread chen Simon
 
How can I know if the screen is turned on due to user's pressing power 
button or other event like incoming call? Thanks for your help.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/81fadf62-dd65-45d4-baa5-d1ba36fecefb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: android phone to purchase for testing

2016-04-24 Thread gjs
Hi,

Will any Android phone work with the current highest API - NO

or would the phone limit what API I can test on it?  - YES

I am basically looking for the cheapest phone I can use to test an Android 
Studio project using the current highest API. - Look at the Google Nexus 
Phones they are designed for this purpose - https://store.google.com/

The google nexus phones going back to nexus 5 still support latest Android 
API - https://developers.google.com/android/nexus/images#instructions

You might be able to still be able to buy nexus 5 new or second hand - 
https://www.google.com/webhp?sourceid=chrome-instant=1=2=UTF-8#q=nexus+5+buy=shop

Regards





On Sunday, April 24, 2016 at 3:24:56 AM UTC+10, Shinehah wrote:
>
> I would like to purchase an Android phone to test software I create in 
> Android Studio.  I would like to use the phone when I run a project in 
> Android Studio.  Will any Android phone work with the current highest API 
> or would the phone limit what API I can test on it?  I am basically looking 
> for the cheapest phone I can use to test an Android Studio project using 
> the current highest API.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/29c37da4-9eb5-4451-98d7-b9cac6c6df80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Integration of payumoney

2016-04-24 Thread shikhar jain
Hi,

I am building an app for which I need to accept payments, how do I 
integrate payumoney with it?

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/72913221-cfb1-4468-af62-8e2266f20cad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.