Not possible to install android APK on my phone (SOLVED)

When i try to install on my mobil or BlueStacks, it does not install the application and says:
"application not installed.

What’s the reason ? Keystore, problem in game.project, the size ?



image

I have try to see the result with adb logcat, i have find this :

09-23 09:07:51.847 18407 18424 W Adreno-ES20: <core_glFinish:34>: glFinish skipped: 0
09-23 09:07:51.847 18407 21393 E InstallInstalling: Could not write package
09-23 09:07:51.847 18407 21393 E InstallInstalling: java.io.IOException: Failed to allocate 29080080 because only 0 allocatable
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at java.lang.reflect.Constructor.newInstance0(Native Method)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at java.lang.reflect.Constructor.newInstance(Constructor.java:334)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:80)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.Parcel.readParcelable(Parcel.java:2852)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.Parcel.readException(Parcel.java:2000)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.Parcel.readException(Parcel.java:1951)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.content.pm.IPackageInstallerSession$Stub$Proxy.openWrite(IPackageInstallerSession.java:232)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.content.pm.PackageInstaller$Session.openWrite(PackageInstaller.java:806)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at com.android.packageinstaller.InstallInstalling$InstallingAsyncTask.doInBackground(InstallInstalling.java:343)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at com.android.packageinstaller.InstallInstalling$InstallingAsyncTask.doInBackground(InstallInstalling.java:327)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.AsyncTask$2.call(AsyncTask.java:333)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)09-23 09:07:51.847 18407 21393 E InstallInstalling:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
09-23 09:07:51.847 18407 21393 E InstallInstalling:     at java.lang.Thread.run(Thread.java:764)
09-23 09:07:51.848 18407 18424 W Adreno-ES20: <core_glFinish:34>: glFinish skipped: 0
09-23 09:07:51.848 18407 18424 W Adreno-ES20: <core_glFinish:34>: glFinish skipped: 0

Do you have any idea what the problem is?
Thanks for advance.

Could you please show your Android settings from game.project.
Make sure you have your own package name instead of com.example.todo, also check key you use for signing (for development stage, before you upload you game in GooglePlay it’s easier to keep these files empty and engine’s builder creates temp certificate and key for you)

Ok, it was the package, com.DRoP.todo does’nt work. Why ?

Please try to restart your phone and check if you have some free space there

1 Like

Ok, it works, thanks

Do not use capital letters in package name, it could lead to problems, too

2 Likes

Ok, it’s good to know.