-
**Describe the bug**
Everything works fine when building directly from Android Studio, but as soon as we made a release build, we got a crash:
> Fatal Exception: java.lang.IllegalArgumentException…
-
After compiling the app and installing it on the Android Emulator 6.0 it crashes with the following error on startup:
```
java.lang.InternalError: cannot instantiate DNSSDjava.lang.ClassNotFoundEx…
-
I run this command flutter build apk
output is
Initializing gradle... 1.4s
Resolving dependencies... …
-
Hi! i have your unbiased plugin for unity but cannot find where to submit an issue.
I was trying to use proguard with your time cheat asset, added this code:
`-keepattributes *Annotation*
-keepattr…
-
能够生成patch.jar,但是把patch.jar导入真机的内置存储卡后,重启app,修改不生效
为什么会出现这种现象
String path = Environment.getExternalStorageDirectory()+"/patch.jar";
//从指定目录加载补丁
RocooFix.applyPatch(this,path);
android {
compileSd…
-
The bundled proguard rules only keep `org.ocpsoft.prettytime.i18n` but some ResourceBundle classes rely on `TimeUnit.getClass().getSimpleName()` which are in `org.ocpsoft.prettytime.units` and thus al…
-
```
What are you doing to produce the error?
ConnectionConfiguration config = new ConnectionConfiguration(talk.google.com,
5222, gmail.com);
XMPPConnection connection = new XMPPConnection(config);
c…
-
```
What are you doing to produce the error?
ConnectionConfiguration config = new ConnectionConfiguration(talk.google.com,
5222, gmail.com);
XMPPConnection connection = new XMPPConnection(config);
c…
-
```
What are you doing to produce the error?
ConnectionConfiguration config = new ConnectionConfiguration(talk.google.com,
5222, gmail.com);
XMPPConnection connection = new XMPPConnection(config);
c…
-
I added implementation 'com.shopify.mobilebuysdk:buy3:3.2.3' to my dependencies (1) and set minifyEnabled true.
When I try to create signed apk I see following:
```
org.gradle.api.tasks.TaskExecuti…