Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to re edit Package Name in XML with APM #109

Closed
NathanFitchett opened this issue Mar 10, 2022 · 4 comments
Closed

How to re edit Package Name in XML with APM #109

NathanFitchett opened this issue Mar 10, 2022 · 4 comments

Comments

@NathanFitchett
Copy link

Hey guys so it's a simple question I can't seem to find the cmd line to edit my descriptor file package name I thought i filled out the information correctly however It is adding double the 'air' name in the package xml as shown:

<provider android:name="androidx.startup.InitializationProvider" android:authorities="air.air.StackCats.androidx-startup" android:exported="false">

So I have to go through the xml and delete the extra 'air' on the lines that contain the package name.

@marchbold
Copy link
Contributor

Did you put an air prefix in your application identifier in the project config?

apm will automatically prepend this based on the settings for the no flair on your system so you should set the identifier in the config to be the same as your application identifier in your existing application.

@NathanFitchett
Copy link
Author

Yes I added the Air prefix. Okay So I just need to run "apm init" and run as new project and start fresh but leave out the "air." got it.

@marchbold
Copy link
Contributor

Or you can just edit the projact.apm file, it's just a text file so open it in your favourite editor.

@NathanFitchett
Copy link
Author

NathanFitchett commented Mar 11, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants