Android Question Rename a b4a project

ovt001

Member
Licensed User
Longtime User
Hello
I was wondering how I can rename a project.
I made a test project (test.b4a) with a test layout (test.bal).

Now I want to rename the project to New.b4a.
I rename to test.b4a to "New.b4a" and the layout to New.bal.
When I compile, I receive an error that the file test.bal is not found....

Can anybody helps?

Thank you
O.
 

LWGShane

Well-Known Member
Licensed User
Longtime User
Upvote 0

ovt001

Member
Licensed User
Longtime User
OK, it's work fine, but now I have an other problem.
I made 2 projects
AAA.b4a and BBB.b4a
When I start in release mode the first project, an aaa.apk is installed on my phone. But when I start in release mode the bbb.b4a project, the aaa.apk disappears and is replaced by the bbb.apk.
I use the B4A bridge on USB.

What do I wrong?
 
Upvote 0

LWGShane

Well-Known Member
Licensed User
Longtime User
OK, it's work fine, but now I have an other problem.
I made 2 projects
AAA.b4a and BBB.b4a
When I start in release mode the first project, an aaa.apk is installed on my phone. But when I start in release mode the bbb.b4a project, the aaa.apk disappears and is replaced by the bbb.apk.
I use the B4A bridge on USB.

What do I wrong?

Did you change your Application Label attribute?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Did you change your Application Label attribute?
Note that you can create as much apps with the same Application Label as you want.

The interesting part is the Packagename.
 
Upvote 0
Top