Questions tagged [android-sdk-2.3]

For issues relating to developing with the android SDK, version 2.3.

Android is Google's software stack for mobile devices. The Android 2.3 platform introduces many new and exciting features for users and developers.

  1. UI refinements for simplicity and speed
  2. Faster, more intuitive text input
  3. One-touch word selection and copy/paste
  4. Improved power management
  5. Control over applications(Uninstall and Info buttons at home screen)

    Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see https://android.stackexchange.com.

Read more about Android 2.3

481 questions
4
votes
1 answer

Adding labels in VrPanoramaView (Google VR in Android Studio)

I want to mark/tag places within my 360 image view. I'm aware VrPanoramaView does not support touch events. Can we at least put labels to 360 images by specifying location coordinates within the VR view? If yes, could you give me an insight to the…
channae
  • 951
  • 1
  • 12
  • 28
4
votes
2 answers

Google ARCore Domain Model by Example

I'm trying to read and make sense of Google ARCore's domain model, particularly the Android SDK packages. Currently this SDK is in "preview" mode and so there are no tutorials, blogs, articles, etc. available on understanding how to use this API.…
4
votes
2 answers

Correct install of Android SDK, ADT with Eclipse 3.6.1

Following the posted instructions for Eclipse 3.6.1 Classic and Android SDK, ADT (where OS 2.3 is the most current) misses a few steps. Everything seems to work up until the point of loading the ADT in Eclipse. Prior to doing this add the…
4
votes
6 answers

Cannot run android app using expo and genymotion

I am use genymotion along with expo to run my react-native app. I am not getting any errors with genymotion, but when i try to run it with expo, i get the following error: Couldn't start project on Android: could not install smartsocket listener:…
4
votes
3 answers

Upgraded to 2.3, now ant builds don't include the jars in my libs directory

I've been doing all my builds using ant on the command line (Ubuntu 10.04). I loaded up the 2.3 SDK and made the necessary path changed (platform-tools). Now my builds don't include the jars in my libs directory. Any thoughts on what I need to…
Scott
  • 43
  • 2
4
votes
2 answers

Android-sdk manager is not showing all Packages

I have a problem , my android-sdk-manager is suddenly stopped showing all packages, it is only showing the installed packages only. Can you guys help me out how to solve this issue?
4
votes
1 answer

getBluetoothService() called with no BluetoothManagerCallback

I am new to android development. I am writing an app which receives string from the bluetooth terminal of laptop. while opening a connection i am getting an error Connection Refused when the below line gets executed. socket.connect(); I tried to…
4
votes
2 answers

Launcher Activity is opening twice in my new SDK

I am recently facing a problem while creating new android application in both eclipse as well as android studio. I am using same SDK in both eclipse and android studio. When I create a new application and i simply run it. The launcher activity was…
VinothKathir
  • 200
  • 2
  • 9
4
votes
6 answers

This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 21.1.0.v201302060044-569685.

I updated the SDK to the latest version i.e 22.0.0 from help>>install new software and then I put the url " http://dl-ssl.google.com/android/eclipse/ " there then I ticked "Developer Tools" and "NDK Plugin" then it says Cannot complete the…
theanilpaudel
  • 3,348
  • 8
  • 39
  • 67
4
votes
1 answer

"Activity has leaked window... that was originally added." caused by video that failed to load

I'm writing an android application that has an intro video that is an mp4 file that plays first. and the user can touch the screen to skip it. when I try to run my application on an android emulator i get an "activity has leaked window.. that was…
ufk
  • 30,912
  • 70
  • 235
  • 386
4
votes
2 answers

Android GoogleMaps V2 MarkerDemo IllegalStateException no included points

I am creating a customised implementation of the MarkerDemo provided for GoogleMaps V2. I have a strange error whereby I am providing LatLng values to a LatLngBounds.Builder instance and then passing it as a variable with .build. When I run the app…
4
votes
1 answer

Sharing credentials between two android applications

I have two applications. If one application is already installed on Android. The second application should use the credentials of the first application. How can I achieve sharing app credentials in Android? Thanks,
Ahmed
  • 2,966
  • 7
  • 42
  • 69
3
votes
1 answer

"IntentReceiver cannot be resolved to a type". Why?

I'm building a small app that requieres the IntentReceiver. Actually, I am a newb at Android development and am doing the switch after iOS development. I have the following code: package com.TheIntent; import android.content.*; //I added this AFTER…
Andy Ibanez
  • 12,104
  • 9
  • 65
  • 100
3
votes
2 answers

Android Screenshot in PHP

Is it possible to take a screenshot of my Android device using PHP? I suppose that I need to take a screenshot using adb (exec an adb command) and then display the result in my PHP code? Have someone tried something similar? Any suggestions?
glarkou
  • 7,023
  • 12
  • 68
  • 118
3
votes
1 answer

Is there a way to record calls in android?

Is there a way to write an app which records phone calls in android via android-sdk? so that you can store phonecalls as .wav or something else? I like to write something like a dictaphone. Do you think, there is a chance to make this possible?
znarf
  • 814
  • 2
  • 15
  • 31