IBM Worklight Changes at Hybrid app on Native .js files disappear when i deploy the app, How could I mantain my changes?

StackOverflow https://stackoverflow.com/questions/23614683

문제

Changes at Hybrid app on Native .js files disappear when I deploy the app, the files on common are the originals when I create the project, I´m adding some functionalities on native .js files, first of all these files are read only, Where I must add these changes to appear again on my deployed project?

도움이 되었습니까?

해결책

Please read the training materials. Specially: Previewing your application on Android, slide #6.

The generated Android project receives its contents from the Worklight > Android folder.
If you then edit the contents of the generated Android project and re-build your Worklight project, your changes will be lost.

You must copy your changes back to the Worklight project. The Worklight project is your Source. The generated Android project is the Destination.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top