APPLICATION NOT INSTALLED in any of the Android phone

Good day all,

Please I really need urgent help.

Am new Corona; in fact this is my first Application.

I developed a game app and is running well in the Simulator

When I built It for Android, All went successfully but When I try to install it in Android phone; It says “APPLICATION NOT INSTALLED” 

I have try it in different phone both low and higher android phone; It failed to install

Please, someone should help. attached is the full program 

the link to .apk is http://livingwatersunlimited.org.ng/noble

THANKS.

This is likely a problem with  your build.settings file or there is an error preventing it from installing.  For instance filenames in the simulator are not case sensitive but they are on the device and a filename mismatch will cause your app to crash.

You need to get the adb tools installed.  See:  http://docs.coronalabs.com/guide/distribution/androidBuild/index.html

Once you do, you can run the “adb logcat” command from a terminal window and see what additional errors are being printed by the device at which point, it can help clue you into the cause.

Good sir, I have tried as you advised but no head way. Please, can you download the attached file and go through the building and config files.

am using the current SDK. 

from the link you sent to me on how to build: http://docs.coronalabs.com/guide/distribution/androidBuild/index.html

It is stated: 

Directly to the right,  Browse…  to the keystore file in the Corona SDK application folder:

CoronaSDK / Resource Library / Android / debug.keystore

Select the file and enter  android  as the password

But

in the SDK am using, I saw “debug.keystore” in this location: 

Corona SDK\Resources\debug.keystore. NO Android Folder.

  1. No place to enter the password too

Please assist me, I don’t have alternative

Thanks.

You shouldn’t need a password for the debug keystore.    Also your code was not attached.

You can post your build.settings here in the message body.

Attached is the complete program

Steps I used to take:  for the emulator

I will select build for Android

I will enter “com.noble.NobleGame” under package name

Under target App Store, I will select Google Play

Minimum version SDK is 2.2 by default

Under Keystore: I will browse “C:\Program Files\Corona Labs\Corona SDK\Resources\debug.keystore”

It will popup “Please enter the passwor for keystore” I will android as password

When I click Build, I popup "Please enter password for Alias: Android debugkey " I use to enter android sometimes I will not enter anytime and non is workin

this is my building setting

settings = {

    orientation = {

        default = “potriat”

    },

}

Please,  am really out of control on this Corona Building.

Go through the attached file and Steps I stated.

If possible build the app  and install to detect what went wrong. This is my first time of using this development tool and I love the tool.

Thanks.

This is likely a problem with  your build.settings file or there is an error preventing it from installing.  For instance filenames in the simulator are not case sensitive but they are on the device and a filename mismatch will cause your app to crash.

You need to get the adb tools installed.  See:  http://docs.coronalabs.com/guide/distribution/androidBuild/index.html

Once you do, you can run the “adb logcat” command from a terminal window and see what additional errors are being printed by the device at which point, it can help clue you into the cause.

Good sir, I have tried as you advised but no head way. Please, can you download the attached file and go through the building and config files.

am using the current SDK. 

from the link you sent to me on how to build: http://docs.coronalabs.com/guide/distribution/androidBuild/index.html

It is stated: 

Directly to the right,  Browse…  to the keystore file in the Corona SDK application folder:

CoronaSDK / Resource Library / Android / debug.keystore

Select the file and enter  android  as the password

But

in the SDK am using, I saw “debug.keystore” in this location: 

Corona SDK\Resources\debug.keystore. NO Android Folder.

  1. No place to enter the password too

Please assist me, I don’t have alternative

Thanks.

You shouldn’t need a password for the debug keystore.    Also your code was not attached.

You can post your build.settings here in the message body.

Attached is the complete program

Steps I used to take:  for the emulator

I will select build for Android

I will enter “com.noble.NobleGame” under package name

Under target App Store, I will select Google Play

Minimum version SDK is 2.2 by default

Under Keystore: I will browse “C:\Program Files\Corona Labs\Corona SDK\Resources\debug.keystore”

It will popup “Please enter the passwor for keystore” I will android as password

When I click Build, I popup "Please enter password for Alias: Android debugkey " I use to enter android sometimes I will not enter anytime and non is workin

this is my building setting

settings = {

    orientation = {

        default = “potriat”

    },

}

Please,  am really out of control on this Corona Building.

Go through the attached file and Steps I stated.

If possible build the app  and install to detect what went wrong. This is my first time of using this development tool and I love the tool.

Thanks.