[android-developers] Problem with Android Studio - Cannot see the CODE, SPLIT or DESIGN tabs

2022-10-07 Thread Keith Trodden
Hi all, I have recently installed Android Studio for Mobile App Development on my machine. However, I cannot see the CODE, SPLIT or DESIGN tabs at the top of the screen in the application itself. How do I make these visible or do I have to reinstall Android Studio itself? Thanks in advance

[android-developers] Problem with a third party library called SweetAlert in released apk.

2021-09-18 Thread Umang Upadhyay
Hi everyone, I am getting an exception with one of the third party library I used in my android application. Everything works fine when I generate a debug build for local testing. But after uploading my signed apk to google play console and downloading the live version of my application the

[android-developers] Problem in install app programatically in android

2019-11-27 Thread Ashutosh Kakdiya
I get *"There was a problem parsing the package"* error when i install app programatically in android -- 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] Problem with Enable your audio app to launch with a voice command such as "Play [search query] on [your app name]"

2017-02-15 Thread Nelson Díaz Nuñez
I am trying to add voice action to my music app. When I do the voice action and said: Play Someone like you this would give me a google search result instead playing result in my app. In have this in my manifest It just work if I choose my app manually but not

[android-developers] Problem About Google In App Purchase

2016-12-21 Thread FastLemon Vpn
I get some trouble when develop the subscription of my application, if user have two android devices signed in with save Google Play Account, when they subscribe one product with one device, perhaps they want the other device get the same subscribe because they use the same Google Play Account.

[android-developers] Problem with client auto renew subscription (IAB)

2016-12-19 Thread Smile and Learn
Hello, We have an issue with an auto renew subscription in our app "Smart Library" (https://play.google.com/store/apps/details?id=net.smileandlearn.library) One of our clients is complaining about she is receiving monthly Google Play Orders but when we try to validate that subscription Google

[android-developers] Problem in Reading SMS once the Sender is string

2016-12-11 Thread harmonic . product
I have one problem that when ever I configure Andriod studio to read coming SMS from number in my code, it reads carefully without any problem. Once I configured it to read from sender that is string and does not have number (like messages from Bank, brand, ...etc.), it does not accept. It

[android-developers] Problem with .p12 certificate

2016-12-09 Thread Murat Yurt
Hello there. I have my video chat application. The company that made this application went bankrupt. I found a new company and made a new application. Similar application. The old application does not have source code. I only received certificates with p.12 extensions. I want to implement the

[android-developers] Problem Sign Up Wechat on Remix OS

2016-11-04 Thread Deni Yulianti
Hi all. I have a problem when I wanna sign up Wechat on Remix OS for the first time. Actually, it consists of Full Name, Country/region, Mobil Number and Password. Every time I click my phone number, the application suddenly close and re-open so that I cannot use the Wechat application on Remix

[android-developers] Problem Sign Release Build

2016-10-24 Thread Cristian Camilo Correa Grajales
Hi! I have a problem. My android App in debug mode works well, but in release mode i do not consume webservices or access the local database. The permissions are set correctly. :( I don't know what to do Can you help me? Thanks. -- You received this message because you are subscribed to

[android-developers] Problem in Login

2016-10-15 Thread tazeem baig
MainActivity.java: package com.example.mirzatazeembaig.mynetwork; import android.content.Intent; import android.os.Bundle; import android.provider.ContactsContract; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import

[android-developers] Problem in executing aapt command with the android sdk with centos 5.10 and rhel 5.5

2016-10-03 Thread Bunty syed
I have downloaded android sdk on centos 5.10 but getting below error while executing aapt /lib/libc.so.6: version `GLIBC_2.11' not found Thanks & Regards, Bunty Syed -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

[android-developers] Problem in executing aapt command with the android sdk with centos 5.10 and rhel 5.5

2016-10-03 Thread Bunty syed
I have downloaded android sdk on centos 5.10 but getting below error while executing aapt /lib/libc.so.6: version `GLIBC_2.11' not found Thanks & Regards, A Sayyad -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

Re: [android-developers] Problem with Android 6.0 and Bluetooth

2016-09-26 Thread Sébastien Schutz
Thank for your answer ! Like that ? For Manifest file : In code : if (!getPackageManager().hasSystemFeature(PackageManager. FEATURE_BLUETOOTH_LE)) { MyToast.makeText(this, R.string.ble_not_supported, MyToast.LENGTH_LONG, Gravity.CENTER,0,0).show();

Re: [android-developers] Problem with Android 6.0 and Bluetooth

2016-09-26 Thread Sathya Sri
Hey, Did you added support for Android 6.0 . That means did you added permissions for bluetooth from manifest file as well as from code also? On Sep 26, 2016 3:32 PM, "Sébastien Schutz" wrote: > Hi, > > I'm currently developping an application which uses Bluetooth. > > I

[android-developers] Problem with Android 6.0 and Bluetooth

2016-09-26 Thread Sébastien Schutz
Hi, I'm currently developping an application which uses Bluetooth. I connect to two Bluetooth devices with the smartphone. I use one BluetoothGatt instance per BluetoothDevice. I was testing the application with my Samsung Galaxy A5 which is under Android 5.0.2, and it was working without any

[android-developers] Problem with mediacontroller

2016-08-22 Thread Thiago Oliveira
Hi guys, firstly sorry, i don't known if is a place for this, bust, i have with a problem in my app. I have a video view with mediacontroller and i want remove focus from controllers that mediacontroller have, because I1m use a external keyboard anad when i press enter button, some button from

[android-developers] Problem to start AVD on Android Studio 2.1 running on Linux Mint

2016-08-07 Thread Tiago Santos de Santana
Hi! I'm trying develop some apps in Android Studio 2.1, but I've got a problem to start the AVD to test my application. I'm running the Adroid Stuido on Linux Mint. When I start the AVD, the prompt is opened but this just stay in load screen: Below, there are some logs about the AVD that I

[android-developers] Problem with In app billing?

2016-07-28 Thread Ruch ir
TL;DR: I am getting a common error with in app billing, even though I have the correct test accounts. Do I have to opt-in with my test account? This is my first time with in app billing, and I am getting the following infamous error: I have read all the

[android-developers] problem for login

2016-07-28 Thread Govinda Kumar Roy
here is my main activity code for login option.where is the problem.help me found out please. package com.example.canteenmanagement; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import

[android-developers] Problem with package installer's "Open" option

2016-07-25 Thread 'RLScott' via Android Developers
Immediately after installing my app (side-loaded APK file), the package installer gives the option of "Done" or "Open". If I select "Open", it will immediately launch my app's main activity. From that main activity in my app, I start a second activity with startActivityForResult. The second

[android-developers] Problem, Device, Venezuela?

2016-07-22 Thread Anllel ASPL Sentinel
Hi Guys , My name Anllel Pineapple, I 'm Venezuelan , I have a problem, in fact, the entire Venezuelan comundad have a problem, despite the redundancy, as you know the government gives tablet devices with android included which is the version 4.4.4 , as the tablet only little is known and here

[android-developers] Problem hiding the title bar

2016-06-22 Thread ERPMusicVideos
Hi, dear people :) I'm having some trouble here. I've been trying to hide the title bar (which says the name of the app) and also maybe the bar which has the clock, battery, signal, icons etc. The bottom bar with back and home should stay. I've tried like 10-15 different tutorials but I can't

[android-developers] Problem - Cannot load Google Map Url in Android WebView

2016-06-14 Thread vinchlee
I try to load the Google Map Url in a WebView with the following code: String url = "http://maps.google.com;; WebView webview = (WebView) findViewById(R.id.webview); //webview settings webview.setPadding(0, 0, 0, 0); WebSettings webSettings = webview.getSettings();

Re: [android-developers] Problem in Development in Android Studio

2016-06-09 Thread sardar khan
http://stackoverflow.com/questions/18459122/play-sound-on-button-click-android On Fri, Jun 10, 2016 at 10:01 AM, sardar khan wrote: > what error are you getting..?? > > > On Fri, Jun 10, 2016 at 9:56 AM, Asif Iqbal wrote: > >> Hello Dear Friends

Re: [android-developers] Problem in Development in Android Studio

2016-06-09 Thread sardar khan
what error are you getting..?? On Fri, Jun 10, 2016 at 9:56 AM, Asif Iqbal wrote: > Hello Dear Friends Help me Please I am Developing an Android App for > kids(Maths). And I don't Have any idea to play sound "zero.mp3" when the > zero image appeared. And then play next

[android-developers] Problem in Development in Android Studio

2016-06-09 Thread Asif Iqbal
Hello Dear Friends Help me Please I am Developing an Android App for kids(Maths). And I don't Have any idea to play sound "zero.mp3" when the zero image appeared. And then play next Button and play sound "one.mp3" for digit 1, "Two.mp3" for 2, "Three.mp" for 3 and so on. And I want The

[android-developers] Problem in Development in Android Studio

2016-06-09 Thread Asif Iqbal
Hello Dear Friends Help me Please I am Developing an Android App for kids(Maths). And I don't Have any idea to play sound "zero.mp3" when the zero image appeared. And then play next Button and play sound "one.mp3" for digit 1, "Two.mp3" for 2, "Three.mp" for 3 and so on. And I want The

[android-developers] Problem in the guide "Building your first app"

2016-06-02 Thread Jesper Lindberg
Hello! I'm going to take an android programming course this summer and I thought I could start and get prepared by following some of the guides on developer.andoird.com I was following the guide "Building your first app" when I encounter a problem. The problem I encounter was on step "Display

[android-developers] Problem in usb debugging

2016-06-02 Thread akshaybissa . capsitech
I would be glad if someone could help me. I am using an ASUS Memo Pad ME172V. I am using Android Studio for developing applications and I am using a MAC. When I am connecting my device to the MAC. My device is not being listed in the available devices for debugging list. I request if someone

[android-developers] problem with the search of my app from tablets

2016-05-08 Thread uday roy
my app name is matesafe it is being searched on smart phone normally but when i search it on tablet it shows lots of books inspite ,i tried in app category too and there is no result . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Problem - having RecyclerView and ExpandableListView inside a ScrollView makes the ScrollView not work.

2016-05-04 Thread devBV
Hello everyone. I recently stumbled upon an issue with ScrollView. I have in my layout a horizontal RecyclerView with an ExpandableListView just beneath it. Since the RecyclerView takes up half the screen, I want to put the whole layout in a ScrollView so the user could see the

[android-developers] problem to insert data into MySQL table through android app

2016-04-25 Thread Pradeep Kr
Hi currently I am working on android project with MySQL database. My database has two table as table1, table2,both tables has same colomns name. When I upload data to table1 it saved, but again when I inserted data into table2 I can't saved and shows me error.. Plz send your ideas soon on my

[android-developers] Problem upload new version app

2016-04-15 Thread Maurício Júnior
My app had many problem with android 6. I changed targetskversion but when i try upload the new version for google play I receive thay erro message. Unable to save the application. Check for errors in the form.

[android-developers] Problem with installing android adt on eclipse

2016-04-14 Thread Sanil Khurana
i recently downloaded the android sdk but when i try to create a new android project in eclipse , it always shows the same error [2016-04-15 01:22:40 - HelloWorld3] C:\Users\Admin\workspace\HelloWorld3\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that

[android-developers] Problem with sign in google+ in my android apps

2016-03-11 Thread Rodrigo Silva Rahman de Almeida
Hi This is Rodrigo, I've a problem with sign in google+. Local in debug mode it is working but when i publish in google play it is does not working. Some one can you help me please Thanks . Best Regart`s Rodrigo -- You received this message because you are subscribed to the

[android-developers] Problem with Log!

2016-02-26 Thread jayme cunha
I don't know what is going on with the Log method, I've been using it normally and now I have a project in which it doesn't work at all. android.utils.Log is imported already but when I go and type in Log.i, Log.d, Log.e, anything, it says it cannot resolve symbol 'i' or whatever else I try.

[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

[android-developers] Problem with battery on Android 6.0.1.

2016-01-10 Thread Ольга Панфёрова
After updating my phone with android 6.0.1. I have a very large unreported battery consumption . Up to 35 per cent in a single charge cycle . Only when wi-fi is off, it's stops. What can help me to fix this problem? Nexus 5x -- You received this message because you are subscribed to the

[android-developers] Problem running mksdcard

2016-01-07 Thread julian . miras
Hi everybody! I am quite new on this, so probably I am making some beginner mistake... I am trying to use the "mksdcard.exe" tool to create a sd image for the emulator, but I am getting this error: "Invalid argument size". Below you can find the log. My system is: - Windows 7, 64bits. - Using

[android-developers] Problem with Adding Action Buttons in the Action Bar Using Pager and Fragments

2015-12-15 Thread Mark Phillips
My app has three tabs and I am using a pager to switch between the tabs. Each tab has its own fragment. I added the Settings and Help action buttons to the action bar in the main Activity using the OptionsMenu methods. I now want to add a new action button to the action bar, but just for the first

[android-developers] problem with sending data from app by volley to mysqli

2015-12-07 Thread AbdulMajeed Mohammad
any help please -- 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] problem with sending data from app by volley to mysqli

2015-12-06 Thread AbdulMajeed Mohammad
Hi, I have problem with sending data from app to mysql by php file, I hope to get some help I don't know also if I did it in right way, contact.java public class Contact extends AppCompatActivity { EditText name,phone,email,subject; Button add; RequestQueue requestQueue;

Re: [android-developers] Problem when publishing next version of my App

2015-06-25 Thread NewToAndroid
Thanks Guys. Changing gradle build file worked On Saturday, June 20, 2015 at 4:16:14 PM UTC+1, richarth wrote: Are you using Gradle for your build? If you are using Gradle for your build then the version settings in your Gradle file will take precedence over the value in your manifest

[android-developers] Problem when publishing next version of my App

2015-06-20 Thread NewToAndroid
Hi All, I have a small app already live on Play Store. As I was new to Android, I totally forgot to mention any version on the manifest file. There was no versionCode or versionName in the first version of apk, which is live now. However, it is shown as version 1 in the developer console. Now

Re: [android-developers] Problem when publishing next version of my App

2015-06-20 Thread Richard Thompson
Are you using Gradle for your build? If you are using Gradle for your build then the version settings in your Gradle file will take precedence over the value in your manifest file. If you open up the build.gradle file for your module in the defaultConfig block there will be two lines:

[android-developers] Problem : inflat custom view over main.xml

2014-08-14 Thread Save My Life!
Dear sir, I am having 2 things: 1. Main.xml with background image 2. Customview with canvas. In side canvas i am drawing shape : circle In activity1(where setcontentview(r.layout.main)) i need following: On output it should display shape(from custom view) with background(from main.xml) Help

[android-developers] Problem with actionbar/overflow bar when phone has soft navigation keys

2014-07-06 Thread Damien Cooke
Hi All, Probably a really dumb question but I have looked around for a solution and can not seem to find one. See the image in the link it shows the problem, but to verbalise it, I have found on phones with soft navigation keys an unwanted navigation overflow bar is created, dispite the

Re: [android-developers] Problem updating app (dev console)

2014-03-22 Thread Michael Leung
have you choose the latest apk to be the active one On Fri, Mar 21, 2014 at 11:51 PM, b0b pujos.mich...@gmail.com wrote: I have an issue updating an app to a newer production APK. Although the upload worked fine without error and th dev console indicates that the uploaded version is the

[android-developers] Problem updating app (dev console)

2014-03-21 Thread b0b
I have an issue updating an app to a newer production APK. Although the upload worked fine without error and th dev console indicates that the uploaded version is the latest version in prod. After 15h or so the Google Play store dididn't pick the update and still points to the previous version.

Re: [android-developers] Problem with image gallery selection dialog

2013-12-02 Thread Justin Anderson
*Any fix ?* Without seeing your code? No... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Nov 20, 2013 at 7:03 AM, Brakkar webko...@gmail.com wrote: Hi, I have a problem that's been plaguing my android app for years. App is a simple photo

Re: [android-developers] Problem signing up for Google Play for Education

2013-11-27 Thread Krishna Mahadik
Try this link http://developer.android.com/distribute/googleplay/edu/contact.html On Wed, Nov 27, 2013 at 2:16 AM, Cliff Davies cliff.dav...@gmail.comwrote: My application was reviewed for Google Play for Education and had issues that needed to be addressed. I was instructed to visit

[android-developers] Problem signing up for Google Play for Education

2013-11-26 Thread Cliff Davies
My application was reviewed for Google Play for Education and had issues that needed to be addressed. I was instructed to visit developer.android.com/edu and sign uphttps://services.google.com/fb/forms/playedu but I get Internal Server Error 500 on every attempt to sign up. Has anyone else had

[android-developers] Problem with image gallery selection dialog

2013-11-20 Thread Brakkar
Hi, I have a problem that's been plaguing my android app for years. App is a simple photo editor tool: user tap on button to select image from device gallery, standard android, then after he selected his image, he is brought to an app screen where he can crop image. Problem is after user selects

[android-developers] Problem with repeated use of 'HttpUrlConnection'.

2013-10-28 Thread kbc
I was using 'HttpUrlConnection' to connect to my server. I used to do so quite frequently, like once every 25 seconds or so. After 20 minutes or so, the app crashes with various different errors. And strangely, the errors use to be activity related, like on a 'onClick' event for example. After

[android-developers] Problem positionning the MediaController with setAnchorView

2013-10-10 Thread Jean-Luc TRESSET
Hello ! Since 24 hours I'm trying to set the Anchor view of my MediaControler without success. My VideoView is embedded in a bigger application but even with a very simple testing app I don't understand the problem. Here is the code of the onCreate of my testing activity : @Override

[android-developers] Problem with getScanResults()

2013-10-08 Thread BearTi
Hi, I´ve a big problem with the getScanResults() function. I always get 0 as result. Here is my Code (it´s a service): public void onCreate() { super.onCreate(); wifiMgr = (WifiManager)getSystemService(Context.WIFI_SERVICE); sharedPreferences =

Re: [android-developers] Problem with getScanResults()

2013-10-08 Thread Robert Greenwalt
Looks reasonable. Can you take a bugreport? On Tue, Oct 8, 2013 at 12:14 PM, BearTi mlrti...@gmail.com wrote: Hi, I´ve a big problem with the getScanResults() function. I always get 0 as result. Here is my Code (it´s a service): public void onCreate() { super.onCreate();

[android-developers] Problem with tax data migration to Wallet

2013-09-29 Thread Joan Pujol
Hi, Has someone had problem with the migration from financial data from the last system to wallet? For me the bank data and tax data was corrupted and I had to enter it again. I was able to enter another time the bank data but I haven't been able to enter the tax data because the form doesn't

[android-developers] problem centering the camera in Maps V2

2013-09-26 Thread Gary Blakely
In my android app I have the following code... CameraUpdate center= CameraUpdateFactory.newLatLng(new LatLng(Lat,Lon)); DebugLog.debugLog(centered camera on + Lat + and + Lon, false); CameraUpdate zoom=CameraUpdateFactory.zoomTo(15); map.moveCamera(center);

[android-developers] problem in dynamically adding images on relative layout

2013-09-14 Thread Amit Mangal
Hi Developers, I am trying to add dynamically 4 images on relative layout one after another in a row. my code is below my problem is first image comes on correct place but after that other 3 images come in a row but they start from left side . means i dont know how other three images are left

[android-developers] Problem with play store

2013-06-23 Thread pdm-tex
Hi, I have been having no luck adding any PNG files to an app on the store. I get the walking android icon, and it just keeps walking. I actually left it overnight once. If I close the tab it warns me that an upload is in progress. One of the images has been used on the store before, but

[android-developers] Problem restoring values after rotation in a custom view (when it is added twice to the layout)

2013-06-02 Thread charlie babitt
Hi! I have the following problem: I want to write a specialized Date Input view, which basically has a EditText, with button for clearing the input and another button opening a date picker. Thefore I started with writing a ClearableTextView, which extends RelativeLayout. This view only has an

[android-developers] Problem with layout_above in conjunction with layout_alignBaseline

2013-05-21 Thread Dusk Jockeys Android Apps
I have a layout issue which it seems should be simple to do in a RelativeLayout. I have a view A, and a view B which is aligned to A's baseline, and aligned to the right of the parent. B appears correctly. Then I want a view C to be directly above B, and also aligned to the right of the

[android-developers] Problem in multiple web service request using AsyncTask

2013-05-05 Thread Guilherme Bernardi
Hi. I implemented a process that do multiple web service request to fill the tables one by one, but I'm having some problems for example: - The same process on my Razr(Android 4.0.4) the process completed normally, but in a smartphone with Android(2.2) for example, I get errors like

[android-developers] Problem with Android Developer Toolkit version 21.1.0

2013-05-03 Thread Jungle Jim
I updated my Android SDK up through version 4.2.2 (API 17) and all the associated miscellaneous stuff. Also updated Android SDK tools to Rev 21.1 and Android SDK Platform-Tools through 16.0.2. Now Eclipse and ADT aren't working at all. When I start up Eclipse, I get the following error

Re: [android-developers] Problem with Android Developer Toolkit version 21.1.0

2013-05-03 Thread Daniel Chacon
I had similar issues when i upgraded, but had to open ADT seperate from Eclipse, updated everyting, then opened Eclipse, then did another Check for updates and everything was back to normal. Now the issue i ran into after all the upgrades was that my project that would build and run in the

[android-developers] Problem in WebView and Youtube link

2013-04-29 Thread George Yin
Hi All , I got a problem in this few months before I have a app . layout with WebView, and there have some Youtube Videos links there, Before is pop-up and select using which to open (Browser , Youtube app ) But now , the page directly go to *m.youtube* I sure there is no default set , and I

[android-developers] problem with VPN

2013-04-29 Thread ramirez . moreno . j
Hi. When i active the vpn (l2tp) in android 2.3.6 to connect to the office I do not have connection to Internet for the apn of my mobile company. Can i do one default route for internet and other route for the ip public for used the vpn? Than you for help me. Best regards JRM -- -- You

Re: [android-developers] problem with VPN

2013-04-29 Thread Robert Greenwalt
While custom VPNs can do just that (split tunnelinghttp://en.wikipedia.org/wiki/Split_tunneling), the built in VPN solutions are not that configurable. You can access the internet through your vpn if your home network is set up for it though. R On Thu, Apr 25, 2013 at 3:06 AM,

[android-developers] Problem on Android 4.2 with screen-on wakelocks

2013-04-19 Thread sebouh00
I have the following goal in my application. I want to wake the phone up and turn the screen on for 1 second from within my service and let the phone go back to sleep. I would like to do this in intervals throughout the day. The sole purpose of this is that turning the screen on will update the

[android-developers] Problem in map inside fragment

2013-04-02 Thread Elison Lusvardi
I have a problem rendering styles in a Motorola Xoom 1 to use an activity with android: theme = android: style / Theme.Dialog The Activity with Dialog's theme, has a structure of tabs (which I use FragmentPagerAdapter). And inside one of the tabs I have a map fragment (v.2) Whenever I select the

Re: [android-developers] Problem while facebook login through my app

2013-03-12 Thread Jayu Sagar
can you post the error message ?? On Fri, Mar 8, 2013 at 8:06 AM, Rajesh Kumar rajnitj.g...@gmail.com wrote: because other facebook application is installed .in sdk only single signin is allowed On 7 Mar 2013 22:28, Bajrang Asthana asthana.bajr...@gmail.com wrote: Hi; I am not able

[android-developers] problem emoji color in social network?

2013-03-12 Thread Alhussain Alsherazi
Hi android os does not support color emoji in many of application for example (Instagram and facebook and twitter ,,, just view black and white and in ios apple iphone display color many of people ask me when android fix it it's very important in many of users using android device -- --

[android-developers] Problem while facebook login through my app

2013-03-07 Thread Bajrang Asthana
Hi; I am not able to log-in to Facebook through my android app (*tried from phone as well as on emulator)*, I am getting error your app is not correctly configured. I am getting this problem only if *Facebook native apk * is installed. I look for android hash key and app id many times and

Re: [android-developers] Problem while facebook login through my app

2013-03-07 Thread Rajesh Kumar
because other facebook application is installed .in sdk only single signin is allowed On 7 Mar 2013 22:28, Bajrang Asthana asthana.bajr...@gmail.com wrote: Hi; I am not able to log-in to Facebook through my android app (tried from phone as well as on emulator), I am getting error your app is

[android-developers] problem in detecting samsung android tablet 2 P5100

2013-03-04 Thread |-NK-|
Hello, I bought a samsung android tablet 2 P5100. I am developing an application and wanted to debug it on this tablet using eclipse. However my device did not get detected as android device( saw it in the list of connected android device in command prompt). I downloaded the samsung kies from

[android-developers] Problem with gradle build version 0.3 and signing (signingConfigs)

2013-03-01 Thread Daniel Rindt
Hello, using the builder version 0.3 and try to sign my app. Those values are present in ~/.gradle/gradle.properties and worked fine in version 0.2. Here is my definition: apply plugin: 'android' def getCurrentVersionCodeOrBuildNumber() { ext.v = System.getenv().BUILD_NUMBER?.toInteger()

Re: [android-developers] Problem with resultforactivity and extras

2013-02-18 Thread Lew
TreKing wrote: So I *am* blind =) We all are at various times. I've been known to strongly avow something, post it, /then/ do the research and have to publicly retract. Oh, well. It keeps the little people from being too jealous. -- Lew -- -- You received this message because you are

Re: [android-developers] Problem with resultforactivity and extras

2013-02-17 Thread TreKing
On Sat, Feb 16, 2013 at 9:06 PM, α Centauri lucasact...@gmail.com wrote: Of course I knew that. As you can see in this code, it uses data.getData() to get the image. I might be blind, but I do not see anywhere where you call data.getData. Anyway, what I wanted to do is to attach some info

Re: [android-developers] Problem with resultforactivity and extras

2013-02-17 Thread Lew
TreKing wrote: α Centauri wrote: Of course I knew that. As you can see in this code, it uses data.getData() to get the image. I might be blind, but I do not see anywhere where you call data.getData. switch (requestCode) { case 1: { if (resultCode == RESULT_OK)

Re: [android-developers] Problem with resultforactivity and extras

2013-02-17 Thread TreKing
So I *am* blind =) - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- -- You received this message because you are subscribed

[android-developers] Problem with resultforactivity and extras

2013-02-16 Thread α Centauri
I want to show the Android gallery so I use: Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(image/*); intent.putExtra(A,abc); startActivityForResult(intent, SELECT_PICTURE); My problem is that when I catch the result, eg: public void onActivityResult(int

Re: [android-developers] Problem with resultforactivity and extras

2013-02-16 Thread TreKing
On Sat, Feb 16, 2013 at 7:16 AM, α Centauri lucasact...@gmail.com wrote: How can I save my extras? Any alternatives? Do a Google Search for Android Pick Image - you will find that you want to use the Data element of the Intent, not the extras. Also, your use of switching on resultCode with a

Re: [android-developers] Problem with resultforactivity and extras

2013-02-16 Thread α Centauri
Of course I knew that. As you can see in this code, it uses data.getData() to get the image. Anyway, what I wanted to do is to attach some info that I didn't want to lose when creating new Activity. Finally I rewrote a lot of thing and use SharedPreferences. Yep, the case statement was stupid

[android-developers] Problem while sending JSON from android app to Java servlet using post method

2013-02-13 Thread Bajrang Asthana
I am trying to send JSON object from android app to my servlet using HttpPost. But while retrieving this JSON object at server side I am getting null. Below is code snippet- In android app- HttpClient client = new DefaultHttpClient(); HttpPost request = new

[android-developers] problem getting Google API V1 key

2013-02-09 Thread g...@deanblakely.com
I have an app that uses Google maps API v1 that I'm trying to generate a release version for. I'm having a problem getting the MD5 Fingerprint I need for my google release key. I have a Debug google api v1 key that I got back when I began writing the app. Everything works fine in debug

Re: [android-developers] problem getting Google API V1 key

2013-02-09 Thread Mark Murphy
On Sat, Feb 9, 2013 at 6:59 PM, g...@deanblakely.com g...@deanblakely.com wrote: So now I want to get an MD5 fingerprint, so I run the following command keytool -list -alias myAlias -keystore DBAPhoneStalker-release-key.keystore After entering my password, the keystore program proceeds to

[android-developers] problem accessing external library

2013-01-27 Thread Jungle Jim
I have been using jsoup 1.6.3 successfully in an Android app to read data from a website. I recently upgraded the Android SDK tools to version 21.0.1 and the Android SDK Platform-toolls to version 16.0.1 and now it no longer works. When I rebuild the application, install it on a device, and

[android-developers] problem accessing external library

2013-01-27 Thread Jungle Jim
I have been using jsoup 1.6.3 successfully in an Android app to read data from a website. I recently upgraded the Android SDK tools to version 21.0.1 and the Android SDK Platform-toolls to version 16.0.1 and now it no longer works. When I rebuild the application, install it on a device, and run

[android-developers] problem samsung android.graphics.Bitmap.createScaledBitmap

2013-01-22 Thread Antonis Kanaris
Hello i create an application with camera and resize the photo 640x480.In my smartphone android sony ericsson work but no work Samsung Galaxy Tablet.I have this error java.lang.NullPointerException at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:432) at

[android-developers] problem in printing image on bluetooth printer.

2013-01-08 Thread Vaibhav Yerawar
Hi, I am trying to implement printing feature in my Android application. I successfully print text data on bluetooth printer using socket programming but when I am trying same with images, I can get garbage code. I am trying use drivers in my application. Please provide the solution. Thanks

[android-developers] problem sencha + phonegap

2013-01-07 Thread abdessalem karray
I have make an application with android using phonegap ,my problem is that in emulateur application block in the appLoadingIndicator. I use these command sencha app build testing -d phonegapp/assets/www with Sencha cmd v3.0.0.250. Thanks for help.

[android-developers] Problem upload location with service and broadcast receiver

2013-01-05 Thread Antonis Kanaris
Hello.I try upload location with service and broadcast receiver...but no worki have make for battery level and workmanifest is okthis is my code. private void buttonGetLocationClick() { getCurrentLocation(); // gets the current location and update

[android-developers] Problem exit,close my application...

2012-12-19 Thread Antonis Kanaris
I make an application download data from web send to bluetooth,listen bluetooth and upload to web with loopbut when push button close my apk freeze...no work... /** Called when the activity is first created. */ public void onCreate(Bundle savedInstanceState) {

[android-developers] problem display all data sharedpreference

2012-12-14 Thread Antonis Kanaris
I save data url,device name but when call getstring display only device name...this is my functionfor one string work ok public void Save(View view) { SharedPreferences preferences = getSharedPreferences(dataioweb.txt , MODE_PRIVATE);

[android-developers] Problem stop repeat alarmmanager.

2012-12-11 Thread Antonis Kanaris
I make an application download file repeat with alarm manager and my problem is how i call alarmmanager.cancel() with button on click for stop it.My code is... protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Problem read data from file out to usb

2012-12-09 Thread Antonis Kanaris
I try this but work only for text no out the dataAny help? public void blinkLED(View v){ //Find the directory for the SD Card using the API //*Don't* hardcode /sdcard String line = null; File sdcard = Environment.getExternalStorageDirectory();

[android-developers] Problem loading some web pages on some devices

2012-11-30 Thread darrinps
I have some old 2.3 devices that just won't display some HTML pages which all other devices seem to work just fine. All the ones with problems show is a blank page. The really odd thing is that if I copy the HTML file onto the phone, then do this:

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread Michael Banzon
Is there anything special on the pages? Javascript or embedded elements - some fancy transitions e.g. in CSS? I'm thinking that the renderer is preventing some advanced stuff on pages loaded from internet instead of local - where it is trusted. A possible workaround would be to load the pages

  1   2   3   4   5   6   7   8   9   10   >