You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/docs/en/dev/guide/platforms/android/webview.md
+35-31Lines changed: 35 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -38,53 +38,57 @@ legacy `CordovaActivity` component that pre-dates the 1.9 release.
38
38
[cordova.apache.org](http://cordova.apache.org) and unzip its
39
39
Android package.
40
40
41
-
2. Follow the instructions here to build your first cordova app [CreateYourFirstApp](https://cordova.apache.org/docs/en/8.x/guide/cli/index.html)
41
+
1. Follow the instructions here to build your first cordova app [CreateYourFirstApp](https://cordova.apache.org/docs/en/8.x/guide/cli/index.html)
42
42
43
-
3. Copy Cordova framework files **from platforms/android/CordovaLib/src/** to your android application directory at **/app/main/java**. Also copy additional Cordova framework files **from platforms/android/src/** to your android application directory at **/app/main/java**.
43
+
1. Copy Cordova framework files
44
+
```
45
+
platforms/android/CordovaLib/src/.* to <AndroidAppRoot>/app/main/java
46
+
platforms/android/src/** to <AndroidAppRoot>/app/main/java
47
+
```
44
48
45
-
4. Modify the layout file of the activity that shall host the Cordova view e.g.
49
+
1. Modify the layout file of the activity that shall host the Cordova view e.g.
0 commit comments