Skip to content

Built dist from master does not contain package android.util #2104

Open
@CruorVult

Description

@CruorVult

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions