b4a to eclipse error

rickrack

Member
Licensed User
Longtime User
Hi all, I just have one question... I copied my b4a files in a eclipse project to simply sign the application... but it gives me an error with my layout file 'layout.bal'... i copied it, it's in 'Files' folder! so how can i do to solve my problem?

Thank you :)

*edit*
i need to sign the application with mine keystore i already used one time because the market want every time the same keystore for the same application

when i try to run the application from eclipse to my phone in debug mode, it starts but shows me:

An error has occurred in sub:
main_activity_create (java line: 214)
java.io.FileNotFoundException:
layout.bal
 
Last edited:

rickrack

Member
Licensed User
Longtime User
i solved my problem operating in the java jdk folder...
but i have another problem.
I was trying to put admob in my application but when i compile it, b4a gives this error:
AndroidManifest.xml:20: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').
 
Upvote 0
Top