在Android中替代Google登录

时间:2015-12-17 13:48:14

标签: android github google-api-client google-signin google-plus-signin

我正在尝试使用documentsGit中的代码进行Android登录。但我得到error

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!



target 'OTTSwift' do
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Alamofire', '~> 3.0'
use_frameworks!
pod "EVReflection", '~> 2.6'
use_frameworks!
pod 'ObjectMapper', '~> 1.0'            
end

所以有另一种方法可以在我的Android应用中使用Google登录。 帮助赞赏

0 个答案:

没有答案