I have a new project using SqLite and I tried clicking: compile to library from the project tab and now I have ruined my project. Is there a quick way to remedy this or should I bring my project out of a zip file where I saved it?
I did try to bring it back from the zip file and it didn't help. My printscreen image would not attach: too large
You need to explain more in detail what you have done and how !
And also what exactly you wanted to achieve when you complied your project as a library !
Again I was stupidly trying to compile and clicked the compile to library as an experiment. I think we have cleared that up. My project is a database type app. The attach files link below is not recognizing my zip file on my desktop or in my project folder. I'm using 7Zip; still trying.
After clicking install, the phone stops from allowing the installation with the b4A-bridge connected properly. Phone reads: App not installed. My phone is a Samsung S9. It installs properly for my tutor's S9. In the settings of the S9, allowing unknown B4A-bridge is allowed. I don't see the new app name: IRC..... in those allowed settings list. My other apps display ok; I just ran it.
Have you tried to uninstall the program from the phone before installing it again?
You must also change the package name in Build Configurations?
It is set to 'b4a.example' which can cause problems if you have already other projects with the same package name.
Have you tried to connect it via USB?
If you can, I would suggest you to always connect your device via USB, it is easier to use.
I had connected my devices via B4XBridge quite some time ago, but via USB is much more convenient, at least fro me.
I always use USB (wired). I'll try the other suggestions now. Thanks
I'm not sure what program I might have installed into the phone other than B4A-bridge. I'll change the package name.
When I create a project, the first two steps are:
1. Change the #ApplicationLabel: on top of the code.
2. Change the Package name.
And this is also useful when you download projects from the forum, check and modify, if necessary, the two points above.
It is a habit I have acquired quite some years ago, because of similar problems.