sdk

Android studio 2.3 canary missing 'Launch Standalone SDK Manager' option in 'SDK Manager'

给你一囗甜甜゛ 提交于 2019-12-04 03:54:40
I inadvertently accepted android studio's upgrade suggestion to 2.3 (canary), although I had always had it set to check for the developer channel, not canary, somehow that got switched. Now I no longer have a 'Launch Standalone SDK Manager' option in my 'SDK Manager' window. I liked the standalone manager for various reasons, including that it suggested what needed to be downloaded and upgraded. The regular sdk manager lists a lot of things I expect I don't need like 'CMake', 'LLDB', 'Constraint Layout for Android', 'Solver for ConstraintLayout', 'Google Play APK Expansion Library' ('Google

Xcode 4.5 with iOS 6 on Snow Leopard

旧街凉风 提交于 2019-12-04 03:54:20
问题 I am looking to get started on iOS 6 development. I had developed on iOS 4 way back and I have Xcode 4.2 running on my machine right now. I also have some projects on there from previous iOS versions. I would like to download the latest developer version Xcode 4.5 + iOS 6 and start developing on my system however, I dont want to lose the previous projects that I have written. I would like to be able to compile them and run them in the simulator. I have the following questions: Can I install

How to detect when user delete the app from Facebook

南楼画角 提交于 2019-12-04 03:53:46
问题 I'm new to using the Facebook SDK and I wondered how detect when the user deletes the app from his Facebook account. Currently if we delete the app, and we want to post something from my app, I'm getting an error message. 回答1: Try this: [FBSession renewSystemCredentials:^(ACAccountCredentialRenewResult result, NSError *error) { if (!error) { if (result == ACAccountCredentialRenewResultRejected) { NSLog(@"Facebook app deleted"); } } else { NSLog(@"Error: %@", error); } }]; 回答2: http:/

Android Marshmallow 6.0.1 Bluetooth Scan Returning No Results

佐手、 提交于 2019-12-04 03:40:30
Bluetooth in 6.01 seems to be not working as expected with the following code and permissions as per update + appCompat for Kitkat 4.4.4. No results are being returned and I have several discoverable devices in the vicinity. Anyone have any insight as per why? I am running on a Nexus 5. <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> package

How to develop an application that uses the Tor network? [closed]

守給你的承諾、 提交于 2019-12-04 03:39:11
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I want to develop an application which allows users to also communicate over the Tor network. I have done some Googling but I can't seem to find an API or SDK. How does one develop a Tor application? Are there any libraries out there? EDIT: I see there are no libraries or API's available to use Tor. What would I need to know in order to write this Tor application? This is how: https://stem.torproject

Movie player has wrong activation state (1)

喜夏-厌秋 提交于 2019-12-04 03:31:08
问题 Hi! I am capturing the thumbnail image of video from video url. And I am using following code to capture the thumbnail MPMoviePlayerController *moviePlayer = [[MPMoviePlayerController alloc]initWithContentURL:movieURL]; [moviePlayer setControlStyle:MPMovieControlStyleFullscreen]; [moviePlayer setFullscreen:YES]; moviePlayer.useApplicationAudioSession = NO; UIImage *image = [moviePlayer thumbnailImageAtTime:(NSTimeInterval)1.0 timeOption: MPMovieTimeOptionNearestKeyFrame]; I am using threading

platform-tools\aapt.exe directory missing in android SDK

北慕城南 提交于 2019-12-04 03:28:45
问题 I'm trying to get 'hello world' working on the Android SDK with Eclipse. I'm following this tutorial step by step: http://developer.android.com/resources/tutorials/hello-world.html but i'm returned the error "Error executing aapt. Please check aapt is present at C:\android-sdk-windows\platform-tools\aapt.exe" For some reason, the "platform-tools" folder does not exist under my installation. In its place I find "platforms" and "tools". Presumably, my SDK version is different to that used in

No client SDK for Skype for Business 2016

感情迁移 提交于 2019-12-04 03:28:38
问题 I have updated to Skype for Business 2016 (Office 2016) and the desktop application that I am developing, that integrates with the Lync client, has started to throw an exception. I am guessing that the SDK version 15.0.4481.100 is not compatible with the Skype for Business version 16.0.42.66.1003, but I can not find a newer SDK than Lync 2013 SDK (2014-03-17). Is desktop client development for Skype for Business 2016 not supported as it was with 2013? Exception: Unable to cast COM object of

Android SDK - Not Scaling at Centre of Touch

我们两清 提交于 2019-12-04 03:06:01
I have a little problem with my app. I have just implemented pinch zoom, but when I pinch to zoom, the image does not scale at the centre of the 2 points as displayed in the images below. Image 1 is where my fingers are before pinching and image 2 is to display that it has not scaled out at the centre of my fingers like it should. Image 1 vs Image 2: Here is my code: package com.jpiionefourone.guitarimage; import android.content.Context; import android.graphics.Canvas; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.view.MotionEvent; import android

Not seeing Google Play Services rev 15 in SDK Manager (yet) for Google Cast SDK

∥☆過路亽.° 提交于 2019-12-04 03:05:45
问题 As per the Cast SDK Docs, to use Cast SDK in Android I need, Google Play Services Revision 15. I dont see Rev 15 in my SDK Manager. Can anyone else see it yet? or know by when we can expect to start developing for Android with rev 15? Is there an alternative stop gap to get around the problem till Google pushes out to all SDK Managers? 回答1: Can anyone else see it yet? No, because it is not yet available. UPDATE : OK, now it is. Let the downloading commence! or know by when we can expect to