File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,21 @@ To use this variant instead replace the third installation step with:
120120
121121See ** [ Measurements] ( /measure ) ** page that contains synthetic perf test results for the most notable versions of JSC we have tried.
122122
123+ ## Troubleshooting
124+
125+ Compile errors of the sort:
126+ ``` shell
127+ More than one file was found with OS independent path ' lib/armeabi-v7a/libgnustl_shared.so'
128+ ```
129+
130+ Add the following to your ` app/build.gradle ` , under ` android ` :
131+
132+ ``` groovy
133+ packagingOptions {
134+ pickFirst '**/libgnustl_shared.so'
135+ }
136+ ```
137+
123138## Resources
124139- [ WebkitGTK Sources] ( https://svn.webkit.org/repository/webkit/releases/WebKitGTK/ )
125140- [ ICU Sources] ( https://android.googlesource.com/platform/external/icu/ )
You can’t perform that action at this time.
0 commit comments