AppToMarket changes the look of my app

Maki25

Member
Licensed User
Longtime User
When I compile my app with AppToMarket the button color changes, the EditText are transparent and the spinner is also transparent. I managed to change the look of the buttons, but not the EditText. The spinner has no option to change background type and I can not do anything.:BangHead:
When the application install files as the database, it does so without the tables should be the default.
If someone can give me some reference about it I would appreciate.

Oscar greetings
 

Maki25

Member
Licensed User
Longtime User
Not work for my

:sign0148:

I managed to compile the file ".apk" as it is in the tutorial. But now is not installed on my smartphone. He says "the application is not installed".

I tested the application compiled with apptomarket, a tablet device 7 ", and my surprise is that the buttons are correctly. Appear not transparent and the spinner is correct.
 
Last edited:
Upvote 0

Maki25

Member
Licensed User
Longtime User
Thanks Erel, but I think I'm a little wrong.

To create the keystore I used the app B4A. But the file extension is ".Keystore".
In order to compile the app as requested by the tuturial, I have to use a file ".ks" extension.
I've only known him out with apptomarket app.
In order to compile as is indicated in the tutorial, I have to enter myapp.apk files, and zipalign.exe mykeystore.ks in the same folder where I have Java installed (c: \ programs .. \ java \ jr7 ... \ bin \) to run with the command prompt. This works fine, but when I want to install on any smrtphone still the same error.
I think it's because it is not made with mykeystore.ks apptomarket ...
 
Upvote 0

Maki25

Member
Licensed User
Longtime User
Thanks Erel, but I think I'm a little wrong.

To create the keystore I used the app B4A. But the file extension is ".Keystore".
In order to compile the app as requested by the tuturial, I have to use a file ".ks" extension.
I've only known him out with apptomarket app.
In order to compile as is indicated in the tutorial, I have to enter myapp.apk files, and zipalign.exe mykeystore.ks in the same folder where I have Java installed (c: \ programs .. \ java \ jr7 ... \ bin \) to run with the command prompt. This works fine, but when I want to install on any smrtphone still the same error.
I think it's because it is not made with mykeystore.ks apptomarket ...

OK, the problem is in jarsinger.exe version.
For my, this version 7.0.30.5 not work. But jarsinger.exe 6.0.230.5 version works fine.:)

THANKS
 
Upvote 0
Top