Skip to content

How to update the application ID? #33

Open
@xulihang

Description

@xulihang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions