android-sdk-2.3

Where is the deployed apk file? how to uninstall it with adb?

雨燕双飞 提交于 2019-11-27 21:16:28
问题 I have tried to install my apk using adb like this: D:\C_Desktop\Development\Android SDK\platform-tools>adb install "C:\test_haxe\bin\android\bin\bin\testhaxe-debug.apk" 4274 KB/s (3702929 bytes in 0.846s) pkg: /data/local/tmp/testhaxe-debug.apk Success so, its installed fine, but at my phone, I couldn't find the apk file, is it deleted after being installed?! also, I tried to uninstall it like this: adb uninstall com.ketab.haxe but I get Failure Because I have no emulator, I will have to

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. Android 2.3

一笑奈何 提交于 2019-11-27 13:59:30
问题 In my server (production server), I have a goDaddy ssl certificate. I have both iOS and Android apps connecting with the server, iOS connecting with no problems, android with versions 4.* everything is good, but with devices with 2.3.* I always get a SSLHandshakeException. I did exactly like on Android Developers page (https://developer.android.com/training/articles/security-ssl.html). I already saw similar threads here in stackoverflow (here) but none is helping. Then I saw this thread

Unable to resolve target 'android-16'

六眼飞鱼酱① 提交于 2019-11-27 06:39:59
I am using Android 4.2.2. After installing the latest SDK, when I open the eclipse I could see all the projects having the problem during the build. Following is the error i get. Please let me know how to resolve this? Unable to resolve target 'android-16' I have had the same problem, after an update I got a similar error. It can be fixed to manually edit the project.properties file and update the android-16 part to the latest one you have installed. In your current case that is android-17 . I guess it can be configured using Android ADT as well, but I could not figure it out and this was

Context wants FLAG_ACTIVITY_NEW_TASK but I've already set that flag

北慕城南 提交于 2019-11-27 04:49:48
问题 I've created a common re-usable class for the company I work for to create some common interface elements. The class, takes in a single parameter as in the construct: an application context. one of the methods, ContentClickableRowWithIcon allows you to pass in an intent to be used as the click action. heres the full method declaration: public LinearLayout ContentClickableRowWithIcon(Drawable icon, String title, Intent i, final Boolean chooser) that last attribute there is used in the

Stuck at “.android/repositories.cfg could not be loaded.”

大憨熊 提交于 2019-11-26 19:40:27
问题 brew cask install android-sdk ==> Caveats We will install android-sdk-tools, platform-tools, and build-tools for you. You can control android sdk packages via the sdkmanager command. You may want to add to your profile: 'export ANDROID_HOME=/usr/local/share/android-sdk' This operation may take up to 10 minutes depending on your internet connection. Please, be patient. ==> Downloading https://dl.google.com/android/repository/tools_r25.2.3-macosx.zip Already downloaded: /Users/ishandutta2007

Android emulator: could not get wglGetExtensionsStringARB error

隐身守侯 提交于 2019-11-26 12:24:14
I am getting this error in the android emulator logs since I updated the SDKManager and ADT: [2012-07-10 15:51:23 - Emulator] could not get wglGetExtensionsStringARB What does it mean? And is there anything I can do about it? Prabhakar I faced the similar problem. In my case I had created the new virtual device and had enabled the snapshot. I just unchecked the checkbox Go to AVD Manager -> Select the device -> click Edit and uncheck the Enabled checkbox. I hope this works. Hoang Nguyen When you create the emulator, you need to choose properties CPU/ABI is Intel Atom (installed it in SDK

Upgraded to SDK 2.3 - now no emulators have connectivity

笑着哭i 提交于 2019-11-26 11:49:52
I've upgraded from 2.2 to 2.3. I originally thought that I had just a problem with my own Google maps application not working and posted a question link text I now realise that the problem is much wider, in that non of the built in applications present when a new AVD is created will work. For example the 'maps' application gives "Network failure - This application requires a working data connection". The browser won't connect to Google or anything else. This happens with the AVDs that existed before I upgraded and with those created from the command line after the upgrade, for all API levels.

How do I build the Android SDK with hidden and internal APIs available?

旧街凉风 提交于 2019-11-26 11:31:25
I want to rebuild the Android SDK (or rather only the android.jar) to include hidden and internal APIs. I could not find any documentation or discussion doing on how to go about this. I have an Ubuntu CyanogenMod build environment already setup that is able to build cm7. Now, I read that make SDK will build the SDK but I want to build an SDK that includes methods and fields that are marked as hidden using @hide. Is this possible? What I want to do is make changes to an application that uses hidden API and in order to rebuild it I would like to use the modified SDK. Long This is what I always

Upgraded to SDK 2.3 - now no emulators have connectivity

回眸只為那壹抹淺笑 提交于 2019-11-26 02:37:24
问题 I\'ve upgraded from 2.2 to 2.3. I originally thought that I had just a problem with my own Google maps application not working and posted a question link text I now realise that the problem is much wider, in that non of the built in applications present when a new AVD is created will work. For example the \'maps\' application gives \"Network failure - This application requires a working data connection\". The browser won\'t connect to Google or anything else. This happens with the AVDs that