B4J Question how to create enough space

johnmie

Active Member
Licensed User
Longtime User
good morning, everybody,
since a few days my program crashes often on start up showing the error message below.
When I turn the power on my Android table off and on again, it works for another day or two, not more.
Is it just a question of available storage or are there specific files or folders I could remove to create more space for the app?
Thanks for you help,
john m.
B4X:
adb: failed to install ABC_RAPID_DEBUG.apk:
Exception occurred while executing:
android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
    at android.util.ExceptionUtils.wrap(ExceptionUtils.java:34)
    at com.android.server.pm.PackageInstallerService.createSession(PackageInstallerService.java:506)
    at com.android.server.pm.PackageManagerShellCommand.doCreateSession(PackageManagerShellCommand.java:1380)
    at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:201)
    at com.
 

walterf25

Expert
Licensed User
Longtime User
good morning, everybody,
since a few days my program crashes often on start up showing the error message below.
When I turn the power on my Android table off and on again, it works for another day or two, not more.
Is it just a question of available storage or are there specific files or folders I could remove to create more space for the app?
Thanks for you help,
john m.
B4X:
adb: failed to install ABC_RAPID_DEBUG.apk:
Exception occurred while executing:
android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
    at android.util.ExceptionUtils.wrap(ExceptionUtils.java:34)
    at com.android.server.pm.PackageInstallerService.createSession(PackageInstallerService.java:506)
    at com.android.server.pm.PackageManagerShellCommand.doCreateSession(PackageManagerShellCommand.java:1380)
    at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:201)
    at com.
Seems like the internal space in your device is not enough, you should try deleting stuff you no longer need, what are the specs on your device?

Walter
 
Upvote 0

johnmie

Active Member
Licensed User
Longtime User
Seems like the internal space in your device is not enough, you should try deleting stuff you no longer need, what are the specs on your device?

Walter
Thank you, Walter,
this is exactly what I had suspected myself. When looking for the specs on my device as you suggested, I stumbled over "device maintenance". It found a problem and I clicked on "fix it". It said "1 app crash detected" and "237MB free up storage space". Clicked on "fix the app crash ...".
Hope this solves the problem, if not I might come back to this thread.
 
Upvote 0

johnmie

Active Member
Licensed User
Longtime User
Ευχαριστώ
you are absolutely right, sorry - my mistake, but the problem seems resolved anyhow in the meantime.
john m.
 
Upvote 0
Top