Ok beginner error but I had a project that I've been working on for some time and in moment of distraction I overwrote the main .b4a file!
I have a compiled .apk file is there any way I can get the file back from there??
If you have not overwritten the whole folder, you should be able to get quite a bit of information from the main.java file stored in YourProjectFolder\Objects\src\b4a\YourPackageName\
You'll see that it'll contain lots of BA4 code commented out and replaced with Java code. Not ideal, but it'll be better than starting from scratch.
If you have not overwritten the whole folder, you should be able to get quite a bit of information from the main.java file stored in YourProjectFolder\Objects\src\b4a\YourPackageName\
You'll see that it'll contain lots of BA4 code commented out and replaced with Java code. Not ideal, but it'll be better than starting from scratch.