-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
Description
From #124
Problem
Google included their own slightly incompatible version of org.json:json in Android, and the Android Gradle plugin automatically excludes dependencies on any other version. Google's implementation of JSONObject is missing the static method getNames(JSONObject). ProGuard minimization detects the missing method and the build fails:
Warning: com.esri.core.geometry.JSONObjectEnumerator: can't find referenced method 'java.lang.String[] getNames(org.json.JSONObject)' in library class org.json.JSONObject
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.