Closed sunilk-n closed 1 year ago
By changing the name means also that you need to clean your project with rm -rf .buildozer
.
The compiled cached-data is still pointing to your old one.
That didn't work for me. I tried removing all the files of buildozer and build the application freshly, but not able to open the app in mobile after apk is created
The problem should be visible through logcat. Sounds to me it's a problem with your code. Missing packages or something. But as said, you can see that through logcat.
But If I change the project name to "myapp", Then the compilation is working fine and the application is opening in the mobile. I don't understand why it's not working if I change the the project name to any other name
Do the steps again and check the logs.
Also beware of Unicode and apostrophes (see existing bug reports).
Closing as no clear sign of a bug.
Versions
Description
When I'm trying the change the project name i.e., "myapp" to any other name, the application is building but not able to run it on android mobile. If "myapp" project name is not changed then the built apk can able to run in android. I don't know what was the issue
buildozer.spec
Command:
Spec file:
Logs