-
Hi, here is my ViewDataAdapter for TextInputLayout View.
```
public class TextInputLayoutAdapter implements ViewDataAdapter {
@Override
public String getData(TextInputLayout view) throws Conv…
-
```
It is well known (Shai reminds us often) that you can't embed resources in a
directory structure in your app because on iOS (and possibly Windows Phone) all
resources are just copied flat in to …
-
hi,
i noticed that dexlib2 uses strings as unique IDs for fields and methods:
- fields: `:`
- methods: `()`
but in java `:` and `(` are [valid characters](https://docs.oracle.com/javase/specs/…
-
```
It is well known (Shai reminds us often) that you can't embed resources in a
directory structure in your app because on iOS (and possibly Windows Phone) all
resources are just copied flat in to …
-
```
What steps will reproduce the problem?
1. Upgrade an application that is using gwtx-1.5.2.jar to GWT 2.0
2. Compile the application.
3. Read the resulting error messages
What is the expected outp…
-
Do you know why this security exception occur?
I am accessing it in my own process.
I am keeping tray provider like below for proguard obfuscation
```
-keep class net.grandcentrix.tray.provide…
-
Hi,
I've got this:
java.lang.ExceptionInInitializerError
at com.google.common.base.Splitter.(SourceFile:110)
at com.google.common.base.Splitter.on(SourceFile:174)
at com.x.y.BaseApplicati…
-
The mod itself can be built, but the resourse are missing. Whenever i try to generate resources, i got following output in log.
Build environment: Windows 10 x64, jdk 17.
> Task :runData
2024-04-29…
-
Hi,
I've got this:
java.lang.ExceptionInInitializerError
at com.google.common.base.Splitter.(SourceFile:110)
at com.google.common.base.Splitter.on(SourceFile:174)
at com.x.y.BaseApplicati…
-
**Summary:**
I'm seeing this NPE with 18 occurrences in OneBusAway Android in the Android Developer Console:
~~~
Caused by: java.lang.NullPointerException:
at com.microsoft.embeddedsocial.…