Re: [android-developers] ADT Eclipse Plugin won't let me put in a Target

2010-03-18 Thread Ray Tayek
At 06:23 PM 3/17/2010, you wrote: I've been trying to make a new Android project in Eclipse. But whenever I try to do so, it won't let me select a build target. Here's a screenshot: http://twitpic.com/198od6 if you have not mad a target yet, you need to make one before you create a new

Re: [android-developers] Java and Eclipse issues on Win 7 64bit

2012-03-13 Thread Ray Tayek
At 01:13 AM 3/12/2012, you wrote: I have downloaded JDK 7u3 with NetBeans 7.1.1 and JDK 7u3 with Java EE, first i installed the Netbeans version and when trying to install Eclipse i got a error A JRE or JDK must be available in order to run eclipse. No Java virtual machine was found After

Re: [android-developers] Java and Eclipse issues on Win 7 64bit

2012-03-13 Thread Ray Tayek
bit version (otherwise it would be in C:\Program Files (x86)) thanks On Tue, Mar 13, 2012 at 8:55 AM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: At 01:13 AM 3/12/2012, you wrote: I have downloaded JDK 7u3 with NetBeans 7.1.1 and JDK 7u3 with Java EE, first i installed the Netbeans

Re: [android-developers] Re: Java and Eclipse issues on Win 7 64bit

2012-03-13 Thread Ray Tayek
At 11:37 AM 3/13/2012, you wrote: I was looking for the standard JDK 1.7.0_03 which if i am not all wrong is versions 5-7 but could not find a download source without Java EE or NetBeans. Then i tried to find the Eclipse Indigo version but could not find any version named Indigo (i might be all

Re: [android-developers] populating a Spinner with various types of Listxxx class

2012-03-29 Thread Ray Tayek
At 04:21 AM 3/29/2012, you wrote: ... If I can just successfully (i.e., without a force close) get that Listx to x[] (where 'x' is String, Integer, etc.), I could then feed that to the ArrayAdapter and feed the Spinner. ... list.toArray(new String[0]) thanks --- co-chair http://ocjug.org/

[android-developers] Spinner example has no prompt

2012-01-21 Thread Ray Tayek
hi, newbie here. i downloaded the sdk and the eclipse plugin a few days ago. running the spinner example shows earth. the prompt is not visible in the emulator. also, the spinner prompts in my project are not visible in the emulator. stackoverflow has some info:

Re: [android-developers] Spinner example has no prompt

2012-01-23 Thread Ray Tayek
At 07:29 PM 1/21/2012, Ray Tayek wrote: hi, newbie here. ... running the spinner example shows earth. the prompt is not visible also, the spinner prompts in my project are not visible... my question is: is the prompt supposed to work as implemented in the spinner example? printling

Re: [android-developers] Spinner example has no prompt

2012-01-24 Thread Ray Tayek
At 02:21 AM 1/23/2012, you wrote: At 07:29 PM 1/21/2012, Ray Tayek wrote: hi, newbie here. ... running the spinner example shows earth. the prompt is not visible also, the spinner prompts in my project are not visible... found clue: http://groups.google.com/group/android-developers

Re: [android-developers] Spinner example has no prompt

2012-01-24 Thread Ray Tayek
At 07:07 PM 1/24/2012, you wrote: At 02:21 AM 1/23/2012, you wrote: At 07:29 PM 1/21/2012, Ray Tayek wrote: hi, newbie here. ... running the spinner example shows earth. the prompt is not visible also, the spinner prompts in my project are not visible... found clue: http

Re: [android-developers] Spinner example has no prompt

2012-01-25 Thread Ray Tayek
a choice that was not the prompt? thanks 25 ÑÎ×ÁÒÑ 2012šÇ. 8:20 ÐÏÌØÚÏ×ÁÔÅÌØ Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com ÎÁÐÉÓÁÌ: At 07:07 PM 1/24/2012, you wrote: At 02:21 AM 1/23/2012, you wrote: At 07:29 PM 1/21/2012, Ray Tayek wrote: hi, newbie here. ... running the spinner example

Re: [android-developers] Eclipse find error

2012-01-28 Thread Ray Tayek
At 03:17 AM 1/28/2012, you wrote: ,,,So I new install jdk, then I can run the eclipse. But there is an error flag is on my old project, i assume you tried a clean. maybe delete the cache ~/.android. failing that, make a new project and copy your old files into it. thanks --- co-chair

[android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
hi, newbie here, i am trying to programmatically look at stuff in R. i want to see how many names match match a simple regex. these will refer to string and string array resources. i can sorta get at the fields using reflection, but i get a warning (please see below) about: Ignoring

[android-developers] Re: how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 12:54 AM 2/4/2012, Ray Tayek wrote: hi, newbie here, i am trying to programmatically look at stuff in R. i want to see how many names match match a simple regex. these will refer to string and string array resources found some clues in: http://stackoverflow.com/questions/3545196/android

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 03:51 AM 2/4/2012, you wrote: On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek rta...@ca.rr.com wrote: hi, newbie here, i am trying to programmatically look at stuff in R. i want to see how many names match match a simple regex. these will refer to string and string array resources. Whatever

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 11:10 AM 2/4/2012, you wrote: On Sat, Feb 4, 2012 at 2:03 PM, Ray Tayek rta...@ca.rr.com wrote: On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek rta...@ca.rr.com wrote: hi, newbie here, i am trying to programmatically look at stuff in R. i want to see how many names match match a simple regex

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 01:04 PM 2/4/2012, you wrote: On Sat, Feb 4, 2012 at 3:57 PM, Ray Tayek rta...@ca.rr.com wrote: i am looking at walking the layout tree. What is a layout tree? i think it's what's in your main.xml. Um, OK. You don't need R to walk that. After you call setContentView(), call

[android-developers] test cases are in a different package

2012-02-17 Thread Ray Tayek
having the test cases in a different package make it hard to test methods and classes with protected or the default visibility. is there some reason why the test cases are put into a separate package? placing them in the same package seems to work ok. am going to run into trouble by doing

Re: [android-developers] test cases are in a different package

2012-02-17 Thread Ray Tayek
At 03:06 PM 2/17/2012, you wrote: If test cases are put in the same package, then release version will contain test project. who is going to do that? the test cases are in a separate project? And you should only test public interface. i disagree. i usually test non-public classes and

[android-developers] discovering string resources at run-time

2012-02-18 Thread Ray Tayek
hi, i am making an app that has a bunch of questions multiple choice answers. i have these in the strings.xml resources file. my app does not know how many questions or answers there is, so it wants to discover this at runtime. i.e. i want to look for strings or string arrays that look like

Re: [android-developers] test cases are in a different package

2012-02-18 Thread Ray Tayek
/ | |--- test/ my core app is in a separate package. unit tests are in a separate source folder as described above. Ray Tayek å†™é “ï¼š ... is there some reason why the test cases are put into a separate package? No good one. placing them in the same package seems to work ok. am going to run

Re: [android-developers] test cases are in a different package

2012-02-19 Thread Ray Tayek
. project/ | | src/ | |--- test/ my core app is in a separate package. unit tests are in a separate source folder as described above. Ray Tayek Ã¥†™Ã© “: Å¡ ... is there some reason why the test cases are put into a separate package? No good one. placing them in the same package

[android-developers] get adapter from OnItemSelectedListener?

2012-02-19 Thread Ray Tayek
hi, i have a bunch of spinners, each with it's own subclass of array adapter. each spinner has it's own OnItemSelectedListener. can one discover the array adapter for the spinner from the OnItemSelectedListener class? thanks --- co-chair http://ocjug.org/ -- You received this message

Re: [android-developers] get adapter from OnItemSelectedListener?

2012-02-20 Thread Ray Tayek
At 07:06 AM 2/20/2012, you wrote: On Sun, Feb 19, 2012 at 11:28 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: can one discover the array adapter for the spinner from the OnItemSelectedListener class? ... http://developer.android.com/reference/android/widget

Re: [android-developers] Android Design Patterns

2012-02-23 Thread Ray Tayek
At 03:56 AM 2/23/2012, you wrote: I'd like to understand Android Programing on the basis of Design Patterns. Which design patterns have been used in designing the Android API? Some are obvious, e.g. Observer in event control (setOnClickListener). Is there a systematic application of classic

[android-developers] Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools Fix Project Properties.

2012-02-28 Thread Ray Tayek
hi, moving to a new pc with win 7 x64, i get the above message when i try to run my app. seems like android does not like jdk 7. is this true? i have poor vision, where is Android Tools Fix Project Properties in eclipse? thanks --- co-chair http://ocjug.org/ -- You received this message

[android-developers] multiple targets in eclipse

2012-02-28 Thread Ray Tayek
hi, was using 4.0.3 for may app. i need to use 2.3.3. i made a new project and copied the code. works fine. is there a way to have one just project? thanks --- co-chair http://ocjug.org/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools Fix Project Properties.

2012-02-28 Thread Ray Tayek
At 01:54 PM 2/28/2012, you wrote: On Feb 28, 2012, at 11:15 PM, Ray Tayek wrote: i have poor vision, where is Android Tools Fix Project Properties in eclipse? You can find it by right-clicking on a project in Package Explorer view. Or alternatively you can change Java compiler compliance

Re: [android-developers] multiple targets in eclipse

2012-02-28 Thread Ray Tayek
At 01:56 PM 2/28/2012, you wrote: ... Right Click on the project you wish to change and select Properties. You can change the target in the Android section of the properties page. ... got it! thanks On 02/28/2012 11:17 PM, Ray Tayek wrote: hi, was using 4.0.3 for may app. i need to use

[android-developers] spinner background problems going from 4.0.3 to 2.3.3

2012-02-28 Thread Ray Tayek
hi, i made a small app that uses spinners on 4.0.3 that works fine. the target phone is 2.3.3. the background of the spinner and the list is dark on 4.0.3 and it is light on 2.3.3, so i set the background of the spinner to dark. this works fine except that the little arrow on the spinner

Re: [android-developers] spinner background problems going from 4.0.3 to 2.3.3

2012-02-28 Thread Ray Tayek
At 04:39 PM 2/28/2012, you wrote: On Tue, Feb 28, 2012 at 6:29 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: is there any workaround for this? Unless you are prepared to override the theme completely, not unless i have to. don't bother setting the background. i did

Re: [android-developers] Re: spinner background problems going from 4.0.3 to 2.3.3

2012-02-29 Thread Ray Tayek
of the arrow in the spinner. thanks On Feb 29, 8:51 am, Ray Tayek rta...@ca.rr.com wrote: At 04:39 PM 2/28/2012, you wrote: On Tue, Feb 28, 2012 at 6:29 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: is there any workaround for this? Unless you are prepared to override

[android-developers] switching between api level targets in eclipse

2012-02-29 Thread Ray Tayek
hi, i have an app that i was developing in 4.0.3. works fine. i need to target a note, so i made a 2.3.3 target and selected it in eclipse|prject properties|android. works fine. i wanted to switch back to 4.0.3, but eclipse seems to be stuck on the 4.0.3 target. rebooting doesn't help. i

Re: [android-developers] switching between api level targets in eclipse

2012-02-29 Thread Ray Tayek
At 04:36 PM 2/29/2012, you wrote: On Wed, Feb 29, 2012 at 5:05 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: i wanted to switch back to 4.0.3, but eclipse seems to be stuck on the 4.0.3 target. That's not very clear. Like, what is seems to be stuck? sorry, my bad. it is uses

Re: [android-developers] switching between api level targets in eclipse

2012-02-29 Thread Ray Tayek
At 06:03 PM 2/29/2012, you wrote: On Wed, Feb 29, 2012 at 7:05 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: sorry, my bad. it is uses the 2.3.3 avd even though the 4.0.3 target is checked in eclipse. so it seems to be stuck using the 2.3.3 target. Your build target and AVDs

Re: [android-developers] switching between api level targets in eclipse (solved)

2012-02-29 Thread Ray Tayek
At 06:56 PM 2/29/2012, you wrote: At 06:03 PM 2/29/2012, you wrote: On Wed, Feb 29, 2012 at 7:05 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: sorry, my bad. it is uses the 2.3.3 avd even though the 4.0.3 target is checked in eclipse. so it seems to be stuck using the 2.3.3

[android-developers] spinner style from 4.0.3 to 2.3.3

2012-03-02 Thread Ray Tayek
hi, i'm a newbie. i made this app for 4.0.3 that has some spinners an textviews. it looks fine - everything has a black background. my target phone is a 2.3.3. spinner has grey/and white backgrounds. changing the background color works for the dropdown view and for the text view on the

[android-developers] adding radio buttons to a popup window.

2012-03-06 Thread Ray Tayek
hi, newbie here. trying to add some radio buttons to a popup window (please see code below). the radio buttons work fine when added to the main layout. but when i add them to the popup window and attempt to display the popup, i don't see anything (not event the popup). thanks package

Re: [android-developers] adding radio buttons to a popup window. (fixed)

2012-03-06 Thread Ray Tayek
At 09:00 PM 3/6/2012, you wrote: ,,, the radio buttons work fine when added to the main layout. but when i add them to the popup window and attempt to display the popup, i don't see anything (not event the popup). i needed to set the width and height of the popup. thanks --- co-chair

[android-developers] relationship of compound button in on checked change to others things

2012-03-07 Thread Ray Tayek
hi, what is relationship of compound button in on checked change to other things? like the radio buttons, the radio group, the layout that the group is in. i am putting id's into these and am getting a zero for the id in the compound button when the on checked change listener is called? is

Re: [android-developers] relationship of compound button in on checked change to others things (solved)

2012-03-08 Thread Ray Tayek
At 11:51 AM 3/7/2012, you wrote: hi, what is relationship of compound button in on checked change to other things? ... it is the radio button. thanks --- co-chair http://ocjug.org/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] problem in radioGroup.getCheckedRadioButtonId()

2012-03-08 Thread Ray Tayek
hi, i have some groups of radio buttons that i create programmatically. they work fine (please see code below). but calling radioGroup.getCheckedRadioButtonId() always returns -1 when it's called from onCheckedChanged(). is this correct behaviour? thanks package tayek.radio; import

Re: [android-developers] problem in radioGroup.getCheckedRadioButtonId()

2012-03-08 Thread Ray Tayek
At 02:16 PM 3/8/2012, you wrote: ... Please break your problem down to the smallest snippet of code necessary to demonstrate your problem and, if possible, apply some indentation and coloring to help readability. You've posted a giant blob of foreign, unformatted text that few people will

Re: [android-developers] problem in radioGroup.getCheckedRadioButtonId()

2012-03-09 Thread Ray Tayek
At 10:55 PM 3/8/2012, you wrote: ... please see code below. seems like i had the wrong OnCheckedChangeListener. it needs to be a RadioGroup.OnCheckedChangeListener. thanks --- co-chair http://ocjug.org/ -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] problem in radioGroup.getCheckedRadioButtonId()

2012-03-09 Thread Ray Tayek
The mOnCheckedChangeListener is your (application-provided) listener. The mOnCheckedChangeWidgetListener is installed by the radio group, and is what updates the currently checked radio button index. The former is called before the latter. -- Kostya got it. thanks 09.03.2012 10:55, Ray

[android-developers] sticky radio button

2012-03-09 Thread Ray Tayek
hi, the radio buttons work fine. except for the second. when i click on that one, it gets stuck and won't uncheck. please see small self contained code sample below. i am using 4.0.3. thanks package small.example; import android.app.Activity; import android.os.Bundle; import android.widget.*;

Re: [android-developers] sticky radio button (solved)

2012-03-11 Thread Ray Tayek
At 04:25 AM 3/9/2012, you wrote: hi, the radio buttons work fine. except for the second. when i click on that one, it gets stuck and won't uncheck. please see small self contained code sample below. i am using 4.0.3. the radio buttons were in a group that had the same id as one of the radio

Re: [android-developers] spinners?

2012-07-02 Thread Ray Tayek
At 08:34 AM 7/2/2012, you wrote: Am I the only one who thinks it's weird that drop down lists are called spinners on Android? no. --- co-chair http://ocjug.org/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] new adt bundle install gets Failed to allocate memory: 8

2012-12-03 Thread Ray Tayek
hi, i just downloaded and installed the adt bundle for windows. i am using win 7 x64 with 8gb of ram. creating an avd for the nexus 7 or galaxy nexus and trying to run a new sample project gets: Failed to allocate memory: 8 my properties file says: target=android-17 and the manifest file says:

[android-developers] Re: new adt bundle install gets Failed to allocate memory: 8

2012-12-05 Thread Ray Tayek
changing the RAM from 1024 to 512 in the edit avd window seems to fix the problem. does anyone know what is going on here? thanks On Monday, December 3, 2012 2:32:21 PM UTC-8, Ray Tayek wrote: hi, i just downloaded and installed the adt bundle for windows. i am using win 7 x64 with 8gb

[android-developers] android adt 17 - add jar to project - jar in dexedlibs/ only contains a manifest

2012-12-07 Thread Ray Tayek
hi, i am using a 4 day old download of adt 17 on win 7 x64 with java 1.7. adding a jar to my new sample project (by copying it to libs/) compiles fine, but throws at runtime because the classes in the jar are not in the corresponding jar in dexedlibs/ - that jar only contains a manifest.

[android-developers] Re: android adt 17 - add jar to project - jar in dexedlibs/ only contains a manifest

2012-12-20 Thread Ray Tayek
On Friday, December 7, 2012 4:13:12 PM UTC-8, Ray Tayek wrote: hi, i am using a 4 day old download of adt 17 on win 7 x64 with java 1.7. adding a jar to my new sample project (by copying it to libs/) compiles fine, but throws at runtime because the classes in the jar

[android-developers] Re: how to get windows to recognize kindle fire 5'th generation.

2015-11-06 Thread Ray Tayek
On Tuesday, November 3, 2015 at 10:04:06 PM UTC-8, Ray Tayek wrote: > > hi, i got a couple of these, but windows does not recognize them ... > > this post > <http://www.howtogeek.com/195607/how-to-get-your-android-device-to-show-up-in-file-explorer-if-it-isnt/> >

Re: [android-developers] how to get windows to recognize kindle fire 5'th generation.

2015-11-06 Thread Ray Tayek
On Tuesday, November 3, 2015 at 10:50:08 PM UTC-8, MagouyaWare wrote: > > I ran into the same problem. I was able to get it working by going to > device manager and using Google's driver. > > On Wed, Nov 4, 2015, 12:09 AM Ray Tayek <rta...@ca.rr.com > > wrote:

Re: [android-developers] how to get windows to recognize kindle fire 5'th generation.

2015-11-06 Thread Ray Tayek
On Friday, November 6, 2015 at 8:04:10 PM UTC-8, Ray Tayek wrote: > > > > On Tuesday, November 3, 2015 at 10:50:08 PM UTC-8, MagouyaWare wrote: >> >> I ran into the same problem. I was able to get it working by going to >> device manager and using Google's driver.

[android-developers] how to get windows to recognize kindle fire 5'th generation.

2015-11-03 Thread Ray Tayek
hi, i got a couple of these, but windows does not recognize them. i have uninstalled the windows drivers and installed the kindle_fire_usb_driver.zip. i have added the extra stuff to the sdk. but no joy. my pc recognizes a

Re: [android-developers] Re: adb can not find my device.

2015-10-14 Thread Ray Tayek
AM UTC-7, Gus wrote: > > Has it worked before? Looks like a driver issue. Try reinstalling the > driver. > > > On Sun, Oct 11, 2015 at 5:19 AM, Ray Tayek <rta...@ca.rr.com > > wrote: > >> i added a galaxy tab s. and put both into developer mode >> <h

[android-developers] adb can not find my device.

2015-10-11 Thread Ray Tayek
i have a nexus 7 (2012). device manager in win 8.1 recognizes it as am android device and says it's an adb device. it uses the ClockworkMod driver 7.0.0.1. adb devices does not find anything. android device monitor does not find anything. how do i get to use it? thanks -- You

[android-developers] Re: adb can not find my device.

2015-10-11 Thread Ray Tayek
i added a galaxy tab s. and put both into developer mode <http://davidrs.com/wp/fix-android-device-not-showing-up-on-windows-8/>. adb list now see the galaxy, but not the nexus. thanks On Sunday, October 11, 2015 at 12:50:35 AM UTC-7, Ray Tayek wrote: > > i have a nexus 7 (2012).

[android-developers] android studio - getting new hello world project to work

2015-09-27 Thread Ray Tayek
hi, i just downloaded android studio and made a new project. i an using an emulator for nexus 7 2012 api 22. when i run, it takes a *long* time. then i see the emulator window or what ever you call it. i have to open it and click on one the icons to see the programs. i do not see my program.

Re: [android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-28 Thread Ray Tayek
i would recommend using jenkins with the gradle plugin to do your builds. thanks On Monday, September 28, 2015 at 9:35:30 AM UTC-7, mike digioia wrote: > > not sure what you are recommending > > On Sun, Sep 27, 2015 at 10:45 AM, Ray Tayek <rta...@ca.rr.com > > wro

[android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-29 Thread Ray Tayek
i, went to this devops meetup tonight. speaker did some under the hood stuff using the groovy console and gradle. turns out the groovy console repl let's you inspect the current jenkins instance and fool around with it.

[android-developers] will increasing the memory for android studio or the emulater make it faster?

2015-09-29 Thread Ray Tayek
i have 16g of ram. is there any reason to use more? if so, how do i do this? thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Ray Tayek
i made a new app an now it works. i have no idea why. thanks On Monday, September 28, 2015 at 6:54:14 AM UTC-7, Ray Tayek wrote: > > i have an amd cpu. i may try that later. > > for now, i would just like to make the app work. > > thanks > > On Monday, September 28,

[android-developers] Re: will increasing the memory for android studio or the emulater make it faster?

2015-10-03 Thread Ray Tayek
i am on an amd machine. i finaly got it to work. it's just slow. On Tuesday, September 29, 2015 at 12:10:43 PM UTC-7, jtoolsdev wrote: > > > > On Tuesday, September 29, 2015 at 7:58:41 AM UTC-7, Ray Tayek wrote: >> >> i have 16g of ram. is there any reason to use more?

[android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-27 Thread Ray Tayek
also waiting. but i think gradle is a step forward. android studio uses it to build. there is a gradle plugin for jenkins. thanks On Wednesday, September 9, 2015 at 6:52:44 AM UTC-7, Russell Wheeler wrote: > > Waiting excitedly for

[android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Ray Tayek
once you see emulator, try giving run > command again. > > On Sunday, September 27, 2015 at 10:44:49 PM UTC+5:30, Ray Tayek wrote: >> >> hi, i just downloaded android studio and made a new project. >> >> i an using an emulator for nexus 7 2012 api 22. >> &