Android Question test project

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
I am developing an app using Firebase. I have a strange problem inside, and decided to make a test App to try to reproduce it, before posting the original.
So I made a new Project, a new Layout. I didn't copy anything from the App I am developing, so the TestApp is brand new.
I use B4A 6.50 Beta.
I obtain the attached error during compilation. The message says that "the system was not able to find the specified file". B4A is attached via USB to a device. I attach also the project.
Thanks for attention.
Thanks for attention.
fireche.png
 

Attachments

  • bug1.zip
    7.8 KB · Views: 143

MarcoRome

Expert
Licensed User
Longtime User
You have error about file .keystore
Your example run without problem.
Also in message that you have "Signing Package File ( private key ) Error"
Create new key and retry and you will not make the same mistake
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
if you read better your message is in portoghese:

o sistema nao conseguiu localizar o ficheiro especifico

The system could not locate the specific file

so is possible that your path isnt correct or you delete the file keystore
 
Upvote 0

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
Ok. Thanks. BUT I did exactly nothing between creating the new Test project and working on existing Firebase app. Also, why old projects don't compile now?
 
Upvote 0

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
Changing the signature key to debug key, for now, it works. I will manage the signature key. For some reason it is corrupt. Thanks.
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Ok. Thanks. BUT I did exactly nothing between creating the new Test project and working on existing Firebase app. Also, why old projects don't compile now?

Giovanni. If you HAVENT file keystore ( as in message o sistema "nao conseguiu localizar o ficheiro especifico" ) you dont will compile NEVER. In debug work because use debug key.
Now you have 2 way:
1. Found Fireapp.keystore
2. Create new keystore
 
Upvote 0

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
What I was telling is that I was happily compiling any of my programs, either in debug or in release mode. No problem. For that reason, I completely forgot keystore issues. Then I became to develop the Firebase App. I met a problem, that I don't submit here because it is almost incredible and I prefer to try to discover by myself. Trying to make a simple App reproducing that problem, suddenly, appeared this error. Believe or not, I didn't create that Fireapp.keystore .. Of course this sounds incredible and better to stop this discussion, because I have no proofs of what I say. I repeat that I didn't create any Fireapp.keystore. Perhaps inside some tutorial that I used as a base skeleton? I hope that this has been my problem only. Of course I recreated a new keystore and overcame the problem. Thanks again.
 
Upvote 0

victormedranop

Well-Known Member
Licensed User
Longtime User
I have the same problem, crete apublic key register with firebase services, and can send messages and use database also.

Victor
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
What I was telling is that I was happily compiling any of my programs, either in debug or in release mode. No problem. For that reason, I completely forgot keystore issues. Then I became to develop the Firebase App. I met a problem, that I don't submit here because it is almost incredible and I prefer to try to discover by myself. Trying to make a simple App reproducing that problem, suddenly, appeared this error. Believe or not, I didn't create that Fireapp.keystore .. Of course this sounds incredible and better to stop this discussion, because I have no proofs of what I say. I repeat that I didn't create any Fireapp.keystore. Perhaps inside some tutorial that I used as a base skeleton? I hope that this has been my problem only. Of course I recreated a new keystore and overcame the problem. Thanks again.

Giovanni inside some tutorial is very difficolt that you found another .keystore.
Anyway the important thing is that you have solved the problem
 
Upvote 0
Top