sdk

Android studio- “SDK tools directory is missing”

可紊 提交于 2019-12-17 22:32:59
问题 When I start the "android studio" program, displayed a window of "downloading components" which says: "Android SDK was installed to: C: / Users / user / AppData / Local / android / SDK2 SDK tools directory is missing " I can not fix and I need help!! 回答1: "Android SDK was installed to: C: / Users / user / AppData / Local / android / SDK2 SDK tools directory is missing " It means the Android SDK requires a folder "tools" , where this SDK was installed. But that "Tools" folder did not get

Facebook iOS 3.1 sdk login with publish permission callbacks

折月煮酒 提交于 2019-12-17 22:23:50
问题 I'm having trouble logging in with publish permissions in the facebook 3.1 ios sdk. My app has a button to share a video, and when the user clicks it I want to add the basic + publish permission. As I understand, i have to do two calls - openActiveSessionWithReadPermissions , and then reauthorizeWithPublishPermissions Here's the code I'm using now: //Opens a Facebook session and optionally shows the login UX. - (void)openSessionForReadPermissions { [FBSession

Where can i download Eclipse Android bundle

痞子三分冷 提交于 2019-12-17 21:40:10
问题 Where can I download Eclipse Android Bundle? Google now directed you to download Android Studio or to download Eclipse SDK integration but I want to find Eclipse Android bundle. I searched in Google and Eclipse web site but can't find any link. Do you know any site , ftp etc. to download bundle? Thanks. 回答1: The Android Developer pages still state how you can download and use the ADT plugin for Eclipse: Start Eclipse, then select Help > Install New Software . Click Add , in the top-right

OpenCL / AMD: Deep Learning [closed]

こ雲淡風輕ζ 提交于 2019-12-17 21:38:59
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 11 months ago . While "googl'ing" and doing some research I were not able to find any serious/popular framework/sdk for scientific GPGPU-Computing and OpenCL on AMD hardware. Is there any literature and/or software I missed? Especially I am interested in deep learning . For all I know

how to implemet Digital picture frame in ios app? [closed]

懵懂的女人 提交于 2019-12-17 21:34:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I want to develop an application which shows photos like digital picture frame (One by one photo slides automatically and shows animation). How to do it ? Is there any sdk available or I have to do it by my own logic ? Please help me if anyone can suggest any reference link. 回答1: This is not exactly an answer

Android SDK folder taking a lot of disk space. Do we need to keep all of the System Images?

让人想犯罪 __ 提交于 2019-12-17 21:24:39
问题 There are a lot of system images piling up on my disk in the android sdk folder. i hardly use the emulator. May be once in 6 months. Most of my development is directly on device. What i wanted to check was, will removing the system images (at least for the old APIS i.e. < 22) impact the development? Also, the google apis folder seen below. Should i keep it for all versions or just the one in the latest suffice? Screenshot above is from WinDirStat tool. - https://windirstat.net 回答1: System

Libraries in SDK 17 - android

穿精又带淫゛_ 提交于 2019-12-17 21:09:03
问题 I have a question to which I have not found an answer, sorry if repeated I upgraded to sdk and ADT 17 and since then every time I open a project leading, for example, advertising admob google gives me error: Could not find class 'com.google.ads.AdView' ... This strikes me in all projects that include libraries (jars) I have read about in this SDK has changed something about it, but my English is not very good (use google translator) and I understand that I am doing wrong. I appreciate any

Delphi Rio fails to read external storage with READ_EXTERNAL_STORAGE permissions set

痴心易碎 提交于 2019-12-17 20:45:05
问题 I have a project that I once created in Delphi Seattle and I would now like to move to Delphi Rio. I read the directory structure on an external SD-Card using findfirst/findnext i := findfirst(datadir + '*', faanyfile, ts); datadir variable contains a valid directory. On Seattle, the code works fine (return value i=0) and the first directory entry is returned in variable ts. Now, compiling the same code on Rio, I get a return error value i=13 (access denied). The permission READ_EXTERNAL

IPhone iOS 4.3 camera focus square - removeable programmatically?

蓝咒 提交于 2019-12-17 19:54:37
问题 Since my friend updated his iPhone iOS to 4.3 there's a small square which appears every time he takes a picture with the camera. We're developing an app that uses the camera and would like to remove this annoying square. I didn't find anything about it in Apple's UIImagePickerController documentation. The square didn't exist in former iOS versions. 回答1: You may want to try to lock the focus to disable auto-focus. Here is a sample code: NSArray *devices = [AVCaptureDevice devices]; NSError

Android Studio won't let me import SDK

北城以北 提交于 2019-12-17 19:52:23
问题 I was trying to follow this post to import the mopub SDK into my app, however Android Studio is being difficult. I unzipped the SDK, and went to Project Structure to select import a New Module. When I chose the unzipped folder, the Finish button is grayed out, and there is an error saying 'Select Modules to import' I am using Android Studio version 0.8.6. Here is a screenshot of the error menu 回答1: I had the same issue so I had to install it manually. First, unzip the downloaded file and then