https://github.com/wuruxu/crwebview
another android webview aar sdk from chromium
https://github.com/wuruxu/crwebview
aar android chromium sdk webview
Last synced: about 2 months ago
JSON representation
another android webview aar sdk from chromium
- Host: GitHub
- URL: https://github.com/wuruxu/crwebview
- Owner: wuruxu
- Created: 2022-05-21T15:13:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T05:30:51.000Z (about 1 year ago)
- Last Synced: 2025-04-21T06:38:24.869Z (about 1 year ago)
- Topics: aar, android, chromium, sdk, webview
- Language: Java
- Homepage:
- Size: 1.45 MB
- Stars: 60
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crwebview
export android webview from chromium source code as aar sdk
# How to use crwebview
## 1. add crwebview 2.0 aar files into your project
## 2. change import in your source code
update android java code from
```
import android.webkit.WebView
```
to
```
import org.chromium.android_crwebview.webkit.WebView
```
Important Note:
add following 'androidResources' options in app/build.gradle
```
android {
....
androidResources {
noCompress 'bin', 'pak'
}
}
```
# Sponsors
1. [AirConsole](https://www.airconsole.com/)