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 change app name and package name? #45

Open
dream811 opened this issue Jul 6, 2023 · 4 comments
Open

How to change app name and package name? #45

dream811 opened this issue Jul 6, 2023 · 4 comments

Comments

@dream811
Copy link

dream811 commented Jul 6, 2023

I tried to modify VAConfig.gradle

    PACKAGE_NAME                = "com.carlos.multiapp"
    EXT_PACKAGE_NAME            = "com.carlos.multiapp.ext"

    VA_MAIN_PACKAGE_32BIT       = true
    VA_ACCESS_PERMISSION_NAME   = "com.carlos.multiapp.permission.SAFE_ACCESS"
    VA_AUTHORITY_PREFIX         = "com.carlos.multiapp"
    VA_EXT_AUTHORITY_PREFIX     = "com.carlos.multiapp"

But it doesn't work
Dear guys, please guide me.
Thanks.
PS: Is it possible to change plugin app name and package name too?

@ServenScorpion
Copy link
Owner

ServenScorpion commented Jul 7, 2023 via email

@purebel
Copy link

purebel commented Aug 29, 2023

作者大哥你好,我需要加入一些自己的hook,但是都被封装到lib-release.aar里边了。请问怎么才能获取源码来修改?

Modifying the configuration requires source code modification, which I do not currently have open source Dream @.> 于2023年7月6日周四 20:33写道:

I tried to modify VAConfig.gradle PACKAGE_NAME = "com.carlos.multiapp" EXT_PACKAGE_NAME = "com.carlos.multiapp.ext" VA_MAIN_PACKAGE_32BIT = true VA_ACCESS_PERMISSION_NAME = "com.carlos.multiapp.permission.SAFE_ACCESS" VA_AUTHORITY_PREFIX = "com.carlos.multiapp" VA_EXT_AUTHORITY_PREFIX = "com.carlos.multiapp" But it doesn't work Dear guys, please guide me. Thanks. PS: Is it possible to change plugin app name and package name too? — Reply to this email directly, view it on GitHub <#45>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRK2HBBFKIO2I3UUEWLXO2WAHANCNFSM6AAAAAA2ALYRTI . You are receiving this because you are subscribed to this thread.Message ID: @.
>

@ServenScorpion
Copy link
Owner

ServenScorpion commented Aug 29, 2023 via email

@purebel
Copy link

purebel commented Aug 30, 2023

hook需要修改AppComponentDelegate吧,这个类也是在aar包里的,没法修改呀。 我不知道您微信,麻烦加下我微信吧:capricorn5505

hook 你是可以自己添加的,aar 包你电报或者微信找我 Jason @.> 于2023年8月29日周二 18:23写道:

作者大哥你好,我需要加入一些自己的hook,但是都被封装到lib-release.aar里边了。请问怎么才能获取源码来修改? Modifying the configuration requires source code modification, which I do not currently have open source Dream @. > 于2023年7月6日周四 20:33写道: … <#m_-2814154760965370643_> I tried to modify VAConfig.gradle PACKAGE_NAME = "com.carlos.multiapp" EXT_PACKAGE_NAME = "com.carlos.multiapp.ext" VA_MAIN_PACKAGE_32BIT = true VA_ACCESS_PERMISSION_NAME = "com.carlos.multiapp.permission.SAFE_ACCESS" VA_AUTHORITY_PREFIX = "com.carlos.multiapp" VA_EXT_AUTHORITY_PREFIX = "com.carlos.multiapp" But it doesn't work Dear guys, please guide me. Thanks. PS: Is it possible to change plugin app name and package name too? — Reply to this email directly, view it on GitHub <#45 <#45>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRK2HBBFKIO2I3UUEWLXO2WAHANCNFSM6AAAAAA2ALYRTI https://github.com/notifications/unsubscribe-auth/ATTYXRK2HBBFKIO2I3UUEWLXO2WAHANCNFSM6AAAAAA2ALYRTI . You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub <#45 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRPDAU5FT6UWPNII6WDXXW7KJANCNFSM6AAAAAA2ALYRTI . You are receiving this because you commented.Message ID: @.
>

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

3 participants