Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit e54177f

Browse files
author
oraclejet
committed
Release v1.0.2
1 parent bd144ec commit e54177f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# generator-oraclejet 1.0.2
22

33
## About the generator
4-
This Yeoman generator for Oracle JET lets you quickly set up a project for use as a Web application or mobile-hybrid application for Android and iOS.
4+
This Yeoman generator for Oracle JET lets you quickly set up a project for use as a web application or hybrid mobile application for Android and/or iOS.
55

66
This is an open source project maintained by Oracle Corp.
77

@@ -24,10 +24,10 @@ yo oraclejet <app name> --template=basic
2424
```
2525
```bash
2626
# Generate a mobile hybrid application for Android with default navDrawer template
27-
yo oraclejet:hybrid myApp --appId=com.oracle.samples --appName=MyApp --template=navDrawer --platforms=android
27+
yo oraclejet:hybrid myApp --appId=com.oracle.samples.MyApp --appName=MyApp --template=navDrawer --platforms=android
2828
```
2929

30-
### Release Notes
30+
### Known Issues
3131
* Invoking 'grunt serve:release' may attempt to deploy an unsigned APK file, which fails. This will occur if you have an unsigned APK file in your build outputs directory, because the underlying call to 'cordova run' attempts to install the first APK file located in that directory.
3232
**Solution:** Remove the unsigned APK file before invoking 'grunt serve:release'.
3333
* Invoking 'grunt build' may cause corruption of `<button>` tags whereby `<button></button>` is changed to `<button />` which in turn may lead to the page not displaying correctly.

0 commit comments

Comments
 (0)