-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi,
we're using ionic 5 with capacitor 3 and having difficulties to get the livereload to work for our debug app.
We get following error from capacitor run android --livereload:
native-run Caught fatal error: [Error: ENOENT: no such file or directory, open 'MyProjectPath\android\app\build\outputs\apk\debug\app-debug.apk']
After some digging (and failing to understand the gradle config build steps) I saw following lines in the capacitor run code:
capacitor/cli/src/android/run.ts
Line 32 in 9a6e74e
| const apkName = 'app-debug.apk'; |
Line 230 in 9a6e74e
| const buildOutputDir = `${appDir}/build/outputs/apk/debug`; |
Is there any possibility to change the name of the APK and the build path from the outside?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels