Replies: 3 comments 5 replies
-
You have made the wrong changes. Restore to |
Beta Was this translation helpful? Give feedback.
-
The build instructions at https://github.com/Jigsaw-Code/outline-apps/tree/master/client/src/cordova/android are not accurate. The command ~/www-outline-apps/client$ npx cordova requirements android
Current working directory is not a Cordova-based project.
~/www-outline-apps/client$ cd ..
~/www-outline-apps$ npm run action client/src/cordova/build android
> action
> node ./infrastructure/build/run_action.mjs client/src/cordova/build android
...
BUILD SUCCESSFUL in 45s
70 actionable tasks: 70 executed
▶ action(client/src/cordova/build): 🎉 Success! (245640ms)
~/www-outline-apps$ cd client/
~/www-outline-apps/client$ npx cordova requirements android
Requirements check results for android:
Java JDK: installed 17.0.14
Android SDK: installed true
Android target: installed android-34,android-32
Gradle: installed /opt/gradle-8.7/bin/gradle
~/www-outline-apps/client$ |
Beta Was this translation helpful? Give feedback.
-
Please use outline-apps for discussions around the Outline apps: Jigsaw-Code/outline-apps#2501 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After following Android development instructions, at the end, when in the client folder, I ran the
npx cordova requirements android
command and encountered an error indicating that this directory is not Cordova-based. To solve this problem, I created another Cordova-based folder and copied the config.xml and package.json files, as well as the www folder, to the client folder. Everything went fine after this modification, but in the end, the app installed on Android is not outlined. It shows an app with the name "Hellocordova."Beta Was this translation helpful? Give feedback.
All reactions