google / google/j2objc

Built dist from master does not contain package android.util

Open
#2,104 3 comments 0 reactions 1 assignee Claimed by @tomball View on GitHub
Dominant language
Java
Stars
6k
Forks
999
Avg merge
19h 20m
Merged PRs (30d)
14

Description

I've built dist (`make all_dist`) without errors. But when translating sources that uses package `android.util`, for example `SparseArray`, it fails.
```
package android.util does not exist
import android.util.SparseArray;
```
Using other packages like `org.json ` translates successful

Use this command to translate
`"$HOME/j2objc/dist/j2objc" -d "gen" -classpath "$HOME/j2objc/dist/lib/json.jar" --no-package-directories -sourcepath "." "Test.java"`

Comparing with public distribution I've noticed that there is no `libandroid_util.a` in `lib` folder

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.