Android Detailed QQ Third Party Login

Android Detailed QQ Third Party Login 1. Registration QQ interconnection related information 2.jar package introduction 3. Execute your code 1. Registration QQ interconnection related information 1. Enter the official website: 2. Create your app: 3. Fill in relevant information to create new applications 4. Perfect infor ...

Posted by enygma on Wed, 30 Jan 2019 14:57:14 -0800

Problems with updating to version 10 of Xcode ios 12

Worspace compile time error Errors are reported as follows: Showing Recent Messages :-1: Multiple commands produce '/Users/xxx/Library/Developer/Xcode/DerivedData/TestProject-apxxxxxxxxxxeqsvu/Build/Products/Debug-iphoneos/TestProject.app/LICENSE': 1) Target 'TestProject' (project 'TestProject') has copy command from '/Us ...

Posted by iBlizz on Thu, 24 Jan 2019 19:36:14 -0800

javah generates header files

Write native methods, such as: package com.example.renzhenming.appmarket.ui.selectimage; import android.graphics.Bitmap; public class ImageUtil { static { System.loadLibrary("jpeg"); System.loadLibrary("compressimg"); } /** * Picture compression * @param quality Quality of Compression ...

Posted by Cramblit on Thu, 24 Jan 2019 16:45:14 -0800

[react-native] Version 0.57 Packing Error, SDK Version Mismatch: Execution failed for task'xxx: verify Release Resources'

react-native version: 0.57.1 This is not an rn version problem, because 0.57.1 updates the Android SDK version to 27, which is incompatible with most third-party plug-ins that use native code, because third-party updates are not timely, SDK is still the old version. Let's start with the error log: error: invalid file path ...

Posted by DeadFly on Thu, 24 Jan 2019 16:00:13 -0800

Andrid Studio Gradle sync failed: A problem occurred configuring project': app'solution

This error occurred while I was working on Gradle sync in Android Studio. The Android Studio error prompt was Gradle sync failed: A problem occurred configuring project': app', and the last lines of the error log were like this. 2018-10-30 21:05:30,041 [thread 106] WARN - ect.sync.idea.ProjectSetUpTask - A problem occurred con ...

Posted by jp2php on Wed, 23 Jan 2019 00:42:13 -0800

android wifi p2p / wifi direct

Copyright Statement: This article is the original article of the blogger. It can not be reproduced without the permission of the blogger. https://blog.csdn.net/h784707460/article/details/81502574   I. wifi P2P Protocol Relevance Wi-Fi Alliance (Wi-Fi Alliance) introduced an important technical specification, Wi-Fi P2P. The ...

Posted by CaseyLiam on Sat, 12 Jan 2019 20:33:10 -0800

DX11 Without DirectX SDK-08 Direct2D and Direct3D interoperability and using DWrite to display text

Preface In DX11, to display text can be said to be a relatively troublesome thing. DX9 interfaces such as Id3dXFont for displaying text have been discarded. At present, two effective methods of displaying text are as follows: Bitmap / vector map containing text is used, and then rectangular areas of corresponding text are obtained in a certain ...

Posted by dv90 on Thu, 10 Jan 2019 08:21:11 -0800

Android Studio+NDK+Cmake Porting FFmpeg-4.0.2 Command Line Tool

First, compile Refer to Dashen's post and test the compilation successfully: https://blog.csdn.net/bobcat_kay/article/details/80889398 In view of previous experience in documentation, here is the time for writing examples: 22 July 2018. I use ubantu. Notes: 1. The path here, home/ndk is wrong, the real path is home/computer name/ndk, specif ...

Posted by MrCool on Thu, 03 Jan 2019 16:21:10 -0800

Kinect for Windows SDK v2.0 Development Notes (8) Speech Recognition (2)

Reprinted in: https://blog.csdn.net/dustpg/article/details/38202371 Use SDK: Kinect for Windows SDK v2.0 public preview Next to the previous section, how to initialize the Kinect this time is very simple: //Initialization of Kinect   HRESULT ThisApp::init_kinect(){       IAudioSource* pAudioSource = nullptr;        ...

Posted by robkir on Tue, 01 Jan 2019 18:48:08 -0800

OpenCV4Android is implemented in version 2.x without using OpenCVManager and compiling SIFT algorithm

This week, bloggers used the SIFT algorithm in OpenCV4Android to extract image features. The reasonably SIFT algorithm is packaged for you. Generally, it should be completed very soon by adjusting a package. But using OpenCV in Android configuration is a difficult problem. Usually when you run app, your mobi ...

Posted by dnast on Tue, 01 Jan 2019 16:45:08 -0800