Open
Description
I tried modifyingapps\demo\nativescript.config.ts
like the following which works for iOS. But it does not work for Android.
import { NativeScriptConfig } from '@nativescript/core';
export default {
- id: 'org.nativescript.plugindemo',
+ id: 'com.xulihang.nativescript',
appResourcesPath: '../../tools/assets/App_Resources',
android: {
v8Flags: '--expose_gc',
markingMode: 'none',
},
appPath: 'src',
cli: {
packageManager: 'npm'
}
} as NativeScriptConfig;
Metadata
Metadata
Assignees
Labels
No labels