草庐IT

code-signing-certificate

全部标签

android - SQLiteFullException : database or disk is full (code 13) GreenDao

从表中删除记录时如何解决greenDao中的SQLiteFulException?这是我的堆栈跟踪:android.database.sqlite.SQLiteFullException:databaseordiskisfull(code13)atandroid.database.sqlite.SQLiteConnection.nativeExecute(NativeMethod)atandroid.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:555)atandroid.database.sqlite.S

Flutter 无法编译 apk : Finished with error: Gradle task assembleDebug failed with exit code 1

Flutter无法编译apk。我不确定这是否与AndroidX或其他什么有关。Launchinglib\main.dartonAndroidSDKbuiltforx86indebugmode...Initializinggradle...Resolvingdependencies...RunningGradletask'assembleDebug'...registerResGeneratingTaskisdeprecated,useregisterGeneratedResFolders(FileCollection)registerResGeneratingTaskisdepreca

Flutter 无法编译 apk : Finished with error: Gradle task assembleDebug failed with exit code 1

Flutter无法编译apk。我不确定这是否与AndroidX或其他什么有关。Launchinglib\main.dartonAndroidSDKbuiltforx86indebugmode...Initializinggradle...Resolvingdependencies...RunningGradletask'assembleDebug'...registerResGeneratingTaskisdeprecated,useregisterGeneratedResFolders(FileCollection)registerResGeneratingTaskisdepreca

android - 安卓apk证书丢失。我还没有注册 Google Play App Signing

我丢失了我的androidapk证书。我格式化了我的macmini并升级到新的MacBookPro。现在我无法访问旧mac。所以没有机会检索旧的keystore。而且我还没有注册GooglePlayAppSigning。如果我现在注册,我可以更新我的应用程序吗?这是我尝试在Play商店更新我的应用时遇到的错误:YouuploadedanAPKthatissignedwithadifferentcertificatetoyourpreviousAPKs.Youmustusethesamecertificate.我知道这是一个重复的问题,但我再次提出这个问题是因为所有其他问题都已有3.4年

android - MissingPluginException(在 channel plugins.flutter.io/google_sign_in 上找不到方法 init 的实现)

使用Flutter的google登录但是当我使用此语句登录用户时看到以下消息_googleSignIn.signIn();E/flutter(6491):MissingPluginException(Noimplementationfoundformethodinitonchannelplugins.flutter.io/google_sign_in)我验证了以下步骤:GoogleSignInPlugin.registerWith(registry.registrarFor("io.flutter.plugins.googlesignin.GoogleSignInPlugin"));/

android - MissingPluginException(在 channel plugins.flutter.io/google_sign_in 上找不到方法 init 的实现)

使用Flutter的google登录但是当我使用此语句登录用户时看到以下消息_googleSignIn.signIn();E/flutter(6491):MissingPluginException(Noimplementationfoundformethodinitonchannelplugins.flutter.io/google_sign_in)我验证了以下步骤:GoogleSignInPlugin.registerWith(registry.registrarFor("io.flutter.plugins.googlesignin.GoogleSignInPlugin"));/

android - PhoneGap + 安卓 : 2 'www' folder in source code: which to modify?

当从头开始创建phonegap3应用程序时,我添加了平台android和buid+emulate。看这里,官方入门指南:http://docs.phonegap.com/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface我开始修改代码,我注意到“hello”主目录下有一个“www”文件夹,还有一个在platforms\android\assets下我必须修改哪一个?如果我添加另一个平台?我对代码的修改会传递给其他平台的代码吗? 最佳答案 修改第一个“www”文

android.database.sqlite.SQLiteException : near "SELECT ": syntax error (code 1): , 编译时:SELECT * FROM Table_Name

我得到android.database.sqlite.SQLiteException:near"SELECT":syntaxerror(code1):,whilecompiling:SELECT*FROMuniversitiesError.我有以下类(class)用户类为publicclassUser{privateintuniv_id;privateStringuniv_name,univ_abbr;publicUser(intuniv_id,Stringuniv_name,Stringuniv_abbr){this.univ_id=univ_id;this.univ_name=un

android - GoogleApiClient 连接失败,状态码为 SIGN_IN_REQUIRED

我正在尝试将我的游戏连接到Googlepaly服务,但它一直告诉我连接失败,状态码为SIGN_IN_REQUIRED。日志消息:I/GooglePlayServicesActiv:GoogleApiClient连接失败:ConnectionResult{statusCode=SIGN_IN_REQUIRED,resolution=PendingIntent{421a8ce0:android.os.BinderProxy@421939d8}}我已经在SettingUpGooglePlayGamesServices上完成了所有必要的步骤Plz给我任何可能花费这个问题的东西。类代码:pack

android - Linphone Android : TLS Handshake Error with Self Signed Certificate

我正在尝试使用自签名证书在LinphoneAndroid中配置TLS,以便能够与FreeSWITCHSIP服务器通信。但是SSL握手失败并出现以下错误:channel[0x9ec3c000]:SSL握手失败:X509-证书验证失败,例如CRL、CA或签名检查失败无法连接到[TLS://52.3.207.224:5061]谁能建议调试此问题的方法是什么?或者我们如何在LinphoneAndroid中配置自签名证书。注意:我不想按照下面的建议禁用TLS服务器证书验证[啜饮]verify_server_certs=0 最佳答案 因为官方l