[android-developers] Android Studio: MotionEvent - touch tracking

2021-05-13 Thread Horace Johnson
Hi, I'm new to Java and Android Studio but handling it quite well because of my years of programming with python (basic concepts carry from language to language). I have a practice project set up and the only propose of this project is for me to learn how to do things the java/android studio

[android-developers] android studio launch app problem

2019-08-12 Thread le wang
I want to use LLDB to launch app on android platform, and debug code in app, but I don't know how to do it with LLDB on android platform. I know that Android studio use LLDB for its jni debug, I want to known how does LLDB work on Android studio. Does android studio launch app through LLDB

[android-developers] Android Studio upload image to parse API

2017-09-22 Thread MAT
I request your support in resolving the problem I currently faced with the following coding - trying to upload the image on server using Parse API. I can read from the server and update data on any column except uploading image. TI have picked the image from the device and displayed in

[android-developers] Android Studio help !

2017-09-08 Thread DaMan
I am using android studio for months without any problem. But recently an error occured while creating a new class.I have intelliJ too, it works fine. I searched on internet and tried everything but nothing worked. I tried reinstalling android studio but it says this IDE is running on jre

[android-developers] Android Studio: SQLiteDatabase

2017-09-08 Thread Rahul Godaba
I have created a SQLite DB in Android Studio which stores 4 values. When I attempt to create another column to store another piece of data, the data is not being store in DB. Only the first 4 columns I created are being used. Here's the code for reference: DATABASEHELPERCLASS: package

[android-developers] android studio preview don't have .exe file

2017-09-04 Thread smovie ir
Hello Developers recently for the Kotlin lnaguage i wanna learn Android programming i had stable version but Most tutorials is on 3.0 version and it' was Confusing for me ! so i uninstall stable version and download preview version but on this folder it doesn't have .exe file ?what's problem

[android-developers] Android Studio Device File Explorer

2017-08-22 Thread Abbas Ebadian
Hi. I cant find File tab for an AVD in Android Device Monitor window in order to Explore in SDCard. Android Studio V2.3.3 anyone can Help ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] Android Studio Firebase Plugin-Login issue

2017-08-17 Thread Suhayl SH
While connecting to Firebase using the studio plugin, I logged into a different firebase account. Everytime, I try adding a Firebase component to my app, the connection fails as it tries to find the firebase project in the account I incorrectly logged in. Is there a way to logout and relogin

[android-developers] Android Studio - Multi machine/user installation such as IT classroom in a school?

2017-08-11 Thread Faisal Parkar
Hi All, I hope someone can clarify something which I believe I know already. Does Android Studio support a multi machine/user installation for a school? I.e Can I somehow deploy Android Install and its SDK components to deploy a IT Suite? Apologies if this has been covered but I've been

[android-developers] Android Studio Error: Unsupported type 'android.support.v7.widget.CardView'

2017-02-16 Thread Berlon Burch
Hello, I am running Android Studio 2.2.3 and API 24. Recently, the Studio stated there where updates available for mostly Google Repository. I accepted the updates and moved on. Today when Android Studio compiles a build I get this error. Error: Unsupported type

[android-developers] Android Studio - Terminal - Settings

2017-02-08 Thread Christopher Hill
Hello, I'm new to android studio and android development. I like the built in terminal in android studio, I open several tabs in the terminal section and give them names, but when i close android studio then re-open android studio my terminal tabs are lost and the names are gone. Is there a

Re: [android-developers] Android Studio: Gradle sync failed. Help!

2017-01-23 Thread Marina Cuello
Did you try double clicking? I think that's the way with the Find action dialog. Marina On Sat, Jan 21, 2017 at 10:50 PM, Chris Fesko wrote: > Im having trouble getting Android Studio working, Im running a fresh > installtion and im getting this error. > > 8:30:21 PM Gradle

[android-developers] Android Studio: Gradle sync failed. Help!

2017-01-21 Thread Chris Fesko
Im having trouble getting Android Studio working, Im running a fresh installtion and im getting this error. 8:30:21 PM Gradle sync started 8:30:33 PM System Health This IDE is running on a Java JRE instead of a full Java JDK. This does not work; debugging (among other

[android-developers] Android Studio 2.2.1 Jumbled text in code editor

2017-01-18 Thread Paul Handley
The jumbled code is just in the code editor under the tab for the MainActivity.java file The text looks like this:pro t ec ed Vo i d. If I copy and paste here it turns out normal. I think it may be an encoding issue but the language is English(My Language). I uninstalled and downloaded the IDE

[android-developers] Android Studio Initial Run

2017-01-08 Thread Phil Gibbs
After developing with AS for over a year, the IDE became very unresponsive. Just setting the cursor in a line of code I'd have to wait 3 or 4 seconds until I could type anything. Background tasks, like build, were unaffected. All other apps on my PC were normal. So, I uninstalled AS, and

[android-developers] android studio on second hdd

2017-01-05 Thread Christopher Ganda
Hi. I am still new on Android development. I got a question regarding the android studio. So, my laptop is running dual boot, Windows on SSD and Ubuntu on HDD. For the time being, I am using Android Studio on Windows(need to compile faster). What if I install AS on Ubuntu(HDD) but the file is in

[android-developers] Android Studio IDE bug for c++ code

2017-01-03 Thread davidshe...@googlemail.com
Hi, I found serval bug related to the syntax checker with c++ code in the Android Studio. I filed bugs to both Google and JetBrain, but no response...maybe it is due to the holiday. I want to know where is the right place to file c++ code editing related bug for Android Studio. A few

[android-developers] android studio | app module and module use the same jar file

2016-12-22 Thread ablo3dv
Hi Everybody I have an issue... i have devellop an andoid project wich uses retrofit... in the goal to create a module to that projet, i create a module. this module got to use same jar file as the app module. In this module build.gradle, dependencies scope, i wrote : compile fileTree( dir: new

[android-developers] Android Studio Emulator Failure

2016-12-08 Thread David Devoy
That's twice now I have upgraded Android Studio and twice the Android Virtual Device manager has developed a fault. When I run it, it says I have no virtual devices installed. Last time, the last time after consulting the forums I tried everything from rebooting the machine to using the Task

[android-developers] Android Studio Profiling...

2016-11-22 Thread tony . anecito
Hi, Anyone know if Android Studio has a filter so you can show only those classes you are interested in? Other profiliers do that but I have not seen the code profiler for Android Studio have that capability. Thanks! -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Android studio Canvas problem

2016-11-15 Thread sardar khan
you can save bitmap from canvas and make it a image.. http://stackoverflow.com/questions/8179064/how-to-save-the-drawing-canvas-in-android On Wed, Nov 16, 2016 at 11:42 AM, Zonaira Batool wrote: > Is it possible to create a folder in android app which stores and

[android-developers] Android studio Canvas problem

2016-11-15 Thread Zonaira Batool
Is it possible to create a folder in android app which stores and contain images,which are drawable by user on canvas. -- 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

[android-developers] Android studio download crash

2016-11-04 Thread alvaro gomez
Hello everyone! I tried to download the android Studio many times, but every time I try, the download speed drops to 10k or less, making it impossible to continue the download. Can anybody help me? -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Android Studio - Stuck on “Build Gradle” when creating a new project

2016-10-29 Thread Sj P
down votefavorite I have tried different solutions but none of them seem to work for me. I have installed the latest AS on my Windows 7. Everything downloaded fine(I'm not behind

[android-developers] Android studio ide issues?

2016-10-07 Thread Jerm Dm
Im new to coding and ive decided to start with java. So far its going ok except.. Ive spent hours and hours dealing with issues from android studio. Everything from failure to run adb to UI Editing in xml panel to android studio not reading my methods when i apply them to a button via Onclick

[android-developers] Android Studio First Install/Update SDK offline on Linux Mint 17.2 x64

2016-10-04 Thread 'Leonid Sementsov' via Android Developers
Hi! I have only stable GRPS/EGDE Internet. I'm download and install Andoid Studio on Linux (android-studio-ide-145.3276617-linux.zip) Now when I'm try to download first install/updates Android SDK (android_m2repository_r38.zip, tools_r25.2.2-linux.zip), I have always dissconnect with error 200

[android-developers] Android Studio - can't see bottom of window

2016-10-02 Thread 'RLScott' via Android Developers
If the Windows display is set to the option of 125% (medium), vs. smaller (100%), the bottom part of the New Project wizard cannot be seen. It is essential to see it because that's where the "Next" button is to create a new project. None of the other windows in Android Studio have this

[android-developers] android studio 2.2 not supported

2016-09-26 Thread kunsh deep
Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Android Studio and SDK, Repository, Tools offline installation

2016-09-25 Thread Nilesh Bedekar
I am quite new to Android Studio. I have downloaded the Google Repository in a zip file Google_m2repository_r35.zip. I would like to know the path / location where these files need to be unzipped. Every time I am running Studio is asks me to install this repository and it's quite difficult due

[android-developers] Android Studio: Place Value Text?

2016-09-20 Thread drive . jarrod
>From a quick search i couldn't find any help for my specific question. I'm a very new programmer and so this may be an easy answer and I am just not seasoned enough to know the solution, but i'll give it an ask anyway I have an Textview that displays 'money' in the style "0 dollars"

[android-developers] Android studio broken

2016-09-10 Thread SLIM SHADY
So when i add an new theme or add code etc it does not update the app, like if i add a button, and click run it will run and open a older version on the app. i have tried to rebuild, i have tried to re install, like a totally clean uninstall and reinstall on the app, make sure the run

[android-developers] Android Studio with Visual Studio Online

2016-09-07 Thread Moran A
Hi, I'm a new android developer that work with Android Studio among other developers (C#, Etc.). What i'm trying to do is to connect their TFS (Visual Studio Online) and manage my files in the same server. I've installed the Intellij plugin for Android Studio and completed the installation. But

[android-developers] Android Studio Support for AspectJ Programming

2016-09-06 Thread Hari V
As per the features provided by IntelliJ , AspectJ is only supported in Ultimate Edition https://www.jetbrains.com/idea/features/editions_comparison_matrix.html Does Android Studio Support AspectJ? I tried the following - Compiling *.aj files directly - Using plugin which have (*.aj

[android-developers] android studio

2016-08-31 Thread Abderrahim Khaled
can't provide path of android sdk -- 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,

[android-developers] Android Studio emulator

2016-08-26 Thread David Fenlon
Could someone please tell me if the AVD / emulator in Android Studio 2.1.1 now has a dependency on pulseaudio ? I am using slackware linux 14.1 x86_64 multilib, and whenever I run the emulator I get the following error : /opt/android-sdk-linux/tools/qemu/linux-x86_64/qemu-system-i386: error

[android-developers] Android Studio APP developer

2016-08-26 Thread Levent ışıl
Hello; I'm developing android applications.How can I check the application of sound from the microphone when the phone is turned on. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

Re: [android-developers] Android Studio Run problem

2016-08-21 Thread Steve Gabrilowitz
Did you click the troubleshoot link to see if that provided any help? On Aug 21, 2016 4:58 PM, "Juboraj Sarker" wrote: > I am new user of android studio, > I have installed it properly. > But my first time it showing this error. > Please check this out and please

[android-developers] Android Studio help

2016-08-21 Thread melody laker
Hi Everyone, I'm really new to developing and using Android Studio. I wanted to ask for advice on something that has been bugging me. When I press the green play button to send the app to my phone, it doesnt work if Module settings/project structure/Build Tools Version/ is set to 24.0.1 (as

[android-developers] Android studio launching wrong package

2016-08-19 Thread marksibly
Hi, I have created a new android studio project, renaming the package in the process, but Android Studio insists on trying to launch the old package when I 'run'. I tried deleting the gradle cache, invalidating caches in the IDE etc but it just refuses to launch the right package. The weird

[android-developers] Android Studio Freezes

2016-08-11 Thread Studiosoft Morecambe
I am new to Android Studio but not to coding. I am slowly getting used to the environment and making progress but I keep experiencing the editing GUI freezing up. It happens without warning and is not linked to the usual suspects of endless loops etc. The machine is not starved of RAM but when a

Re: [android-developers] Android studio

2016-08-10 Thread sardar khan
Kindly have a look at this tutorial http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/ On Wed, Aug 10, 2016 at 8:24 AM, Dewi Setiana wrote: > Hello, i want to ask. I have aplication mobile but there is no database. i > want to build database but i

[android-developers] Android studio

2016-08-09 Thread Dewi Setiana
Hello, i want to ask. I have aplication mobile but there is no database. i want to build database but i don't the first step i to do. So please give me solution -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this

[android-developers] Android Studio: ERROR: '__NDK_FPABI__' does not name a type

2016-08-01 Thread Marcos Bontempo
Hello, I'm with the same error as these links to build the OpenCV Face Detection example for Android: http://stackoverflow.com/questions/22106857/error-ndk-fpabi-does-not-name-a-type http://stackoverflow.com/questions/23339489/error-ndk-fpabi-does-not-name-a-type-version-2 I'm sorry for

[android-developers] Android Studio 2.1.2 gradle error Unterminated quoted string

2016-07-30 Thread Athwale
Hello, I would like to ask for help. I am trying to run Android Studio 2.1.2 for linux on my 32 bit Linux Mint 17.3 and I get this error from gradle when I create a new or build a project: "AAPT err(Facade for 305799): /home/user/Android/Sdk/build-tools/24.0.1/aapt: 2:

[android-developers] Android Studio on Chome OS via Ubuntu Crouton

2016-07-25 Thread Andre L
I try to run Android Studio on my Chromebook via Ubuntu Crouton. Unfortunately, Android Studio does not find my Java JDK Installation / is unable to follow my $JAVA_HOME Path. I have already asked for help in stackoverflow / askubuntu but without success

[android-developers] Android Studio project suddenly, and inexplicably, changed to API 24

2016-07-19 Thread Keith Sheppard
0 down vote favorite I have been developing my app for a couple of weeks, routinely rebuilding without errors. Then something weird happened to my Windows system. It's as if all my

[android-developers] Android Studio JVM issue

2016-07-18 Thread Sreekanth Pulciherla
i have installed android Sutiod 2.1 and JDK 1.7.79 on a 32 bit windows machine. As soon as i open the studio i can see error "Failed to create JVM: error code -4 JVM path:" if you already have 32 bit" I have installed 32 bit JDK and this issue i can see only in android studio 2.1. Please

[android-developers] Android Studio Installation Problem

2016-07-07 Thread Carl N
I have a chromebook running Arm hard float... I can install linux on chroot. Great! Problem is.. when I download android studio jdk it won't run without java, I install the oracle java for hard float great! Problem is when I run android studio it requires library files that are only

[android-developers] Android Studio offer support to make plugins ?

2016-07-06 Thread Marco Paranhos
Hello, I have not found a similar solution as Eclipse RPC to create plugins for the Eclipse IDE in studio android environment IntelliJ IDEA. This is very useful for the architectural solutions of the company when creating plugins to improve team productivity and news solutions. How to create

Re: [android-developers] android studio wont run the app

2016-07-03 Thread Hari Raj
Hi Good Morning! Please add "useLibrary 'org.apache.http.legacy'" this in dependency in gradle. On Sun, Jul 3, 2016 at 6:18 PM, Zac Ay wrote: > I am trying to run the starter code for android studios 2.1.2 but it > takes awfully long time and comes back null. There are no

[android-developers] android studio wont run the app

2016-07-03 Thread Zac Ay
I am trying to run the starter code for android studios 2.1.2 but it takes awfully long time and comes back null. There are no errors it displays. I was using android 1.0 and it was working fine but ever since i updated to the current version, I have not been able to run any kind of code. --

[android-developers] android studio add markers to google maps from sqlite database

2016-06-28 Thread alessandro schirinzi
In my android app I'm trying to add several markers from sqlite to a MapsActivity. I created a do-while cycle for getting all the cities in sqlite table and convert all cities in coordinates (lat, long), but there's something in error. Can you help me? Thanks to all MapsActivity.java public

[android-developers] Android studio bundle doesn't seem to contain SDK

2016-06-21 Thread koder Blake
Hi. I recently downloaded Android studio bundle. After installing it, it says that it should download the sdk ( which is supposed to be included ). I launched it and it took hours ( a whole night ) without completing the download, and this several times. My connection is pretty fast, ( it took

[android-developers] Android Studio memory monitor shows memory increasing for no obvious reason

2016-06-12 Thread Momchil Ivanov
I was profiling the memory of my Android app via the Android Studio memory monitor (no crashes, just checking) and noticed that it keeps growing until about 25MB until GC collection reduces it to 16MB, and then the same things happens again and again (see image link below). I decided to

Re: [android-developers] Android Studio Maps For Specific Area

2016-06-09 Thread TreKing
On Wed, Jun 8, 2016 at 9:21 AM, Muhammad Qasim Riaz wrote: > I have tried by using google maps and mapbox API'S but i don't succeeded. What did you try? What didn't work? http://www.catb.org/esr/faqs/smart-questions.html

[android-developers] Android Studio Maps For Specific Area

2016-06-08 Thread Muhammad Qasim Riaz
Help Please.I want to create the Android Navigation app for university in which I want to use custom maps offline or online and I only wanted to display map only of university area and if any body search any thing that should be searched only in that specific area. I have tried by using google

[android-developers] Android Studio and SDK on IBM Power8/LE platform.

2016-06-06 Thread sowani
Hi, Is it possible to port Android Studio and SDK to IBM Power8/LE platform so that Android App development can be done on these machines? I was looking for the relevant source code, but apart from Android Source code at https://source.android.com/source/index.html, I don't think the Android

Re: [android-developers] Android Studio installation problem whith JDK

2016-06-06 Thread Joao Henrique Pataki Bernardes
Yes Man. Today I changed my system to Win10 and I have the same situation. Em sábado, 28 de maio de 2016 23:16:21 UTC-3, Michael Leung escreveu: > > After set java home, have you restart your computer? > > Michael leung > http://www.itblogs.info > 2016年5月29日 上午9:34 於 "TreKing"

Re: [android-developers] Android Studio installation problem whith JDK

2016-06-06 Thread Joao Henrique Pataki Bernardes
Yes man. Today I change my windows to Win10 and I have the same situation. Em sábado, 28 de maio de 2016 23:16:21 UTC-3, Michael Leung escreveu: > > After set java home, have you restart your computer? > > Michael leung > http://www.itblogs.info > 2016年5月29日 上午9:34 於 "TreKing"

[android-developers] Android Studio crash when lauching after fres install

2016-06-06 Thread Andre Techine
Hello, I freshly installed android studio bundle with Android sdk. The installation goes well until completion. At the end when I agree to launch the studio, it crashes with the following messages. So I cannot start Android studio at all. If anyone knows what is missing on my PC or anything

Re: [android-developers] Android Studio installation problem whith JDK

2016-05-28 Thread Michael Leung
After set java home, have you restart your computer? Michael leung http://www.itblogs.info 2016年5月29日 上午9:34 於 "TreKing" 寫道: > > On Fri, May 27, 2016 at 1:47 PM, Joao Henrique Pataki Bernardes < > joaoh...@gmail.com> wrote: > >> I tryed install Android Studio, but the

Re: [android-developers] Android Studio installation problem whith JDK

2016-05-28 Thread TreKing
On Fri, May 27, 2016 at 1:47 PM, Joao Henrique Pataki Bernardes < joaoh...@gmail.com> wrote: > I tryed install Android Studio, but the instalation wizard stoped and I > receive a mesage tell me JDK is not found by wizard. > I removed my Java JDK and instaled a new, but not work. > My environments

[android-developers] Android Studio installation problem whith JDK

2016-05-27 Thread Joao Henrique Pataki Bernardes
Dear guys! How are you? I tryed install Android Studio, but the instalation wizard stoped and I receive a mesage tell me JDK is not found by wizard. I removed my Java JDK and instaled a new, but not work. My environments variables is configured including the JAVA_HOME, but not work. Can you

Re: [android-developers] android studio app crashes

2016-05-24 Thread TreKing
On Mon, May 23, 2016 at 8:07 AM, Rimish Bansod wrote: > I have developed one app in android studio. > but when i install apk file in android phone my app crashes when i launch > it > it opens after launch and closes automatically > OK. Thanks for sharing. Did you have

[android-developers] android studio app crashes

2016-05-23 Thread Rimish Bansod
Hello Sir, I have developed one app in android studio. but when i install apk file in android phone my app crashes when i launch it it opens after launch and closes automatically -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Android Studio + Kotlin + databinding = unused methods?

2016-05-14 Thread Mike Hurley
Here are the versions I'm using: Android Studio 2.1.1 Kotlin 1.0.2 Android databinding 1.1 I currently have an annoyance in Android Studio with Kotlin and databinding. A method bound to a button's onClick event is showing up in the gutter as a yellow warning saying the method isn't used. Is

[android-developers] Android studio executing grade task android:run for sub-project that does not depend on 'android'

2016-05-07 Thread benjamin . schneider . de
I just setup a libGDX project in Android Studio. Among others, it has two sub-projects 'android' and 'desktop'. I have two Run Configurations: - The standard 'android' one that gets created automatically - A 'desktop' gradle task that is calling desktop:run The 'desktop' project does

Re: [android-developers] Android Studio listView Add and Search

2016-04-28 Thread sardar khan
you have to make a custom filter for searching in the listView.Kindly watch this vedio to implement custom filter for searching https://www.youtube.com/watch?v=cC5vz9vIGy8 On Wed, Apr 27, 2016 at 9:07 PM, Deividas Brazenas < deividas.braze...@gmail.com> wrote: > I have a task to make an Android

[android-developers] Android Studio listView Add and Search

2016-04-27 Thread Deividas Brazenas
I have a task to make an Android application with a `ListView`, which must have an add button and search system. I have watched a few tutorials ( https://www.youtube.com/watch?v=c9yC8XGaSv4 and https://www.youtube.com/watch?v=7LgEk3Cg9Yk) and using both tutorials I have developed a program.

Re: [android-developers] Android Studio is Too Slow

2016-04-14 Thread Siamak Sarmady
Android Studio 2 does not work with JDK7. Would give me lots of strange errors. -- 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

Re: [android-developers] Android Studio SDK Manager interface issue

2016-04-13 Thread TreKing
On Wed, Apr 13, 2016 at 3:23 AM, neobie wrote: > I am getting defective interface whenever I scroll to bottom. It get worse > and worse when I scrolling up and down. > > This issue has been around since Android Studio 1.x , and still remains in > Android Studio 2.0. > The

Re: [android-developers] Android Studio 2.1 5 Preview

2016-04-13 Thread TreKing
On Sat, Apr 9, 2016 at 6:14 PM, Amanuel Bogale wrote: > Im just reporting this so google can make this in thier TODO List. The > timepicker dosent work in Android Studio 2.1 5 Preview when you are using > the N Priview in the activity_main.xml. But it does work when you

[android-developers] Android Studio SDK Manager interface issue

2016-04-13 Thread neobie
I am getting defective interface whenever I scroll to bottom. It get worse and worse when I scrolling up and down. This issue has been around since Android Studio 1.x , and still remains in Android Studio 2.0.

[android-developers] Android Studio 2, AVD landscape mode not working (not rotate)

2016-04-12 Thread borjapazr
When I switch to landscape mode the emulator rotates the screen to landscape orientation but the Android OS and none of the apps rotate. I am using Ubuntu 14.04 LTS, but with Windows 10 it works correctly. It is a bug in Ubuntu 14.04? Thanks in advance. -- You received this message because

[android-developers] Android Studio 2.0 - Cannot open existing project

2016-04-11 Thread Brad Ford
down votefavorite Android Studio 2.0 went stable just a few days ago. So being new to Android development I jumped in and gave it a try. The issue I have found is that Android Studio 2.0 cannot open

[android-developers] Android Studio 2.1 5 Preview

2016-04-09 Thread Amanuel Bogale
Im just reporting this so google can make this in thier TODO List. The timepicker dosent work in Android Studio 2.1 5 Preview when you are using the N Priview in the activity_main.xml. But it does work when you select a version under the N Priview. Hope this helped! -- You received this

[android-developers] Android Studio Does not run on School Issued devices.

2016-04-07 Thread Josh Parkinson
For our Engineering Design and Development project, we need to use Android Studio on the school computers. The issue is that when it is run, it displays a message that Windows Firewall has blocked several features, then it gives us the following error message: Internal error. Please report to

Re: [android-developers] Android Studio is Too Slow

2016-04-04 Thread 장시영
System Requirements -- Windows - Microsoft® Windows® 8/7/Vista (32- or 64-bit) - 2 GB RAM minimum, 4 GB RAM recommended - 400 MB hard disk space - At least 1 GB for Android SDK, emulator system images, and caches - 1280 x 800 minimum screen resolution

[android-developers] Android Studio is Too Slow

2016-04-03 Thread Anand Kumar
Hello , Android Studio is too slow to run . Kindly provide the lite version for testing and development purpose. what type of PC and Ram is ideal for running. Regards Anand -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Android Studio IDE

2016-04-03 Thread Rhony Abdullah
Hello, According my to discussion thread in opensuse forum they say that i need to asking this on the android studio forum. So i got warning while running the android studio in my opensuse leap: log4j:WARN No appenders

[android-developers] Android studio and bluetooth

2016-03-28 Thread Louis Masulli
I am new to android and downloaded android studio. The application I am trying to write has a part of it that I need to use Bluetooth for, but when I try to run my app there are no devices in the avd manager that have bluetooth I tried creating my own device but there doesn't seem to be an

[android-developers] Android Studio + Unit Testing

2016-03-28 Thread Carlos Velasco
I don't understand why Andr. studio still doesn't has any quick way to generate Test classes from others java Classes files. Is it planned ? (Something like "Code > Generate > Unit/Android Test Class) Will have Android Studio plugins like Jacoco integrated soon? -- You received this message

[android-developers] Android Studio doesn't show code samples in doc tooltips

2016-03-27 Thread David Karr
I mostly use Eclipse, so there may be conventions in Android Studio that I'm not familiar with. I was editing some Android code in Android Studio, and I wanted to read the javadoc detail for a method that's being called. After I managed to pin the tooltip (is there a convenient function key

[android-developers] Android Studio render bug

2016-03-27 Thread Ignacio
Hello, i have that bug sometime when i move the mouse on Android Studio. I'd already reinstall Android Studio and Java, but the problems continue. Sorry my english.

Re: [android-developers] Android Studio Code Problems

2016-03-24 Thread sardar khan
You should get the index of position of the item and then pass it to arrayList to remove the item use position as index to ArrayList to remove the item from arrayList. On Thu, Mar 24, 2016 at 10:47 PM, Mike wrote: > > > public class Notes extends AppCompatActivity { > >

[android-developers] Android Studio Code Problems

2016-03-24 Thread Mike
public class Notes extends AppCompatActivity { Button save; ArrayList addArray = new ArrayList(); EditText txt; ListView show; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Android Studio: setting a color for "show whitespaces" option

2016-03-15 Thread Gabriele Tozzi
Hi there! I am not sure if this is the right place to ask this question. If not, please forgive my intrusion. I've been looking for a way to change the color of the font used to show whitespace character when that option is on. Unfortunately, after a long time spent searching, I had no luck.

[android-developers] Android Studio demo setup over Emulator

2016-03-10 Thread Raghavendra Singh
Hi, Please help me know how create a package such that I have the only emulator with my APK which I can use as demo setup. Thanks in advance for helping. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

Re: [android-developers] Android Studio for multiple users

2016-02-18 Thread TreKing
On Wed, Feb 17, 2016 at 10:44 PM, wrote: > I am trying to install android studio in a lab but I cant get it to run > the first time with out the admin password. I need a way to run the app no > matter who logs in tot he machine. I am running Mavericks > Sounds like a

Re: [android-developers] Android Studio AVD Error

2016-02-18 Thread TreKing
On Sat, Feb 13, 2016 at 3:17 PM, Влад Шерышев wrote: > What am I doing wrong here? You're posting bad screenshots that don't show up correctly. - TreKing

[android-developers] Android Studio for multiple users

2016-02-17 Thread erharjen
I am trying to install android studio in a lab but I cant get it to run the first time with out the admin password. I need a way to run the app no matter who logs in tot he machine. I am running Mavericks -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Android Studio - Gradle build failed - FileBasedIndexImpl - the parameter is incorrect

2016-02-15 Thread Noel
Hi all, I've just installed Android Studio v1.5.1 and have just tried creating the basic 'blank' application but get an error saying 'Gradle "MyApplication' project refreshed failed : Error : The parameter is incorrect" The log file shows a stack dump with the following : 2016-02-15

[android-developers] Android Studio AVD Error

2016-02-13 Thread Влад Шерышев
Hi. Help me please. I faced this error after new install of Andorid SDK and Studio on my Ubuntu 15.04 Running app doesn't show anything ("No connected devices" in console).

[android-developers] Android Studio showing misleading method parameters for onActivityResult

2016-02-13 Thread Jose Jerson Naval, Jr.
It took me a day and I always fell into this trap. Android studio is showing the parameters for onActivityResult is onActivityResult(int result, int d, Intent intent) where d is AKA request. That's what Android studio advertises and my gullibility over this one is insane. I am fixing bug just

[android-developers] Android Studio Project to Oracle Database Mobile Server

2016-02-13 Thread alaaadwanxtramix
Hi, i'm trying to publish my android app in Oracle Database Mobile Server. Oracle Database Mobile Server will only accept .Jar files, not APK files. anyone who has run into this issue? any help would be much appreciated ( URGENT :( -- You received this message because you are subscribed to the

[android-developers] Android Studio - Emulator Error

2016-02-12 Thread Mark Nibert
I am using kali linux and working through a book for pen testing. I have installed Android Studio but getting this error: Unable to run mksdcard SDK tool. I cannot seem to figure out why this isn't working. The second issue is that when I create the android virtual devices and try to start

[android-developers] Android Studio 1.5 > change Home path

2016-02-11 Thread Bruno Gaspar
hi, i have Andoid Studio 1.5 installed and i want to change the default home directory (where the folder .android, .AndroidStudio1.5 and .gradle is created). i already search online and i dont find any working solution. i simply want to change that directory to "c:\Android" because im sync my

[android-developers] Android Studio AVD Lollipop 5.1.1 images using wrong launcher?

2016-02-10 Thread tharvey
I've noticed that the target image available for Lollipop 5.1.1 'with Google services' uses Launcher3 and the target image without the Google services uses Launcher2. Is there a reason for this difference? Is the source for these target images used by the AVD straight from the AOSP

[android-developers] Android Studio automated installation on Windows

2016-02-10 Thread Jacob Mason
I need to mass-install Android Studio on a bunch of Windows computers and would love to be able to script the installation. I can't find a page which details what command line install options are available, if any, for the Windows install bundle (Studio + SDK). Could someone point me in the

[android-developers] Android Studio creating keystore error

2016-02-04 Thread johnyX
Hi, I want to Generate Signed APK via Android Studio. It's my first app so I need to create new Keystore. But when I fill textboxes and click "OK", error appears (message bellow). Keystore is exported, but showed error scares me to use it. "Key was created with errors: Picked up

  1   2   >