问题描述
我修改sipdroid在我的Android应用VOIP。一切都OK了,但是当我改变包名org.sipdroid.sipua,我不能注册任何服务器(回滚到名称org.sipdroid.sipua,它做工精细)。噢什么不对的名字???
I modify sipdroid for my voip app in android. Everything is ok but when i change package name "org.sipdroid.sipua", i cannot register for any server (rollback to name org.sipdroid.sipua and it work fine). Awww What wrong with this name???
推荐答案
我遇到这种情况,我有一个解决方案,如下:
i faced this situation and I have a solution which as follows
在这个包名org.sipdroid.sipua上单击右键并选择重构=>重命名。然后去体现和编辑此包名org.sipdroid.sipua为XXX.YYYYY.ZZZ。然后包名称变更为你的愿望。一件事是它会影响您的所有其他包。你需要根据你的改变的包名来改变。
In this package name "org.sipdroid.sipua" right click on and select refactor =>Rename. And then go to manifest and edit this package name "org.sipdroid.sipua" as "XXX.YYYYY.ZZZ". Then the package name as changed as your wish. and one thing is it will affect all your other packages. you need to change based on your changed package name.
这篇关于Sipdroid - 不能更改包名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!