Search Issue Tracker
Duplicate
Votes
9
Found in
5.3.4p5
Issue ID
796307
Regression
No
Unable to deploy OBB to some devices with Android 6.0
Reproduction steps:
1) Open user's attached project
2) Make sure that "Split Application Binary" is selected
3) Build and run project on Android platform
Expected result:
Builds and runs on device
Actual result:
Throws "Unable to deploy OBB to device"
Comments (11)
-
TayannaStudios
Mar 19, 2017 13:07
Same error and still not fixed it seems - Note 4, Unity 5.5.
-
Saraceni
Jan 29, 2017 01:33
I'm having this same problem uploading to my Samsung Galaxy S7. Any fix?
-
Rajmahal
Nov 01, 2016 20:19
Happens to me on a Samsung S6 in 5.4.1
-
FelipePlets
Nov 01, 2016 16:59
I found a workaround:
- Build APK with "Split Application Binary"
- Unity will open the containing folder at the end of the process
- Install the APK using the adb: i.e.: adb install Farol.apk
- Rename the obb file to: main.BUNDLE_VERSION_CODE.BUNDLE_ID.obb (i.e.: main.50.com.menvia.farol.obb)
- Open the Android File Transfer and copy your OBB file to the following structure: Android/obb/BUNDLE_ID/ (i.e.: Android/obb/com.menvia.farol/)Done, once you open your app, the obb will be automatically loaded.
-
FelipePlets
Nov 01, 2016 11:49
Anyone could find a workaround?
For earlier Android versions I could achieve this by performing the following commands:
adb install Farol.apk
adb shell mkdir /sdcard/Android/obb/com.menvia.farol
adb push -p Farol.main.obb /sdcard/Android/obb/com.menvia.farol/Now the adb push give me the following error:
adb: error: failed to copy 'Farol.main.obb' to '/sdcard/Android/obb/com.menvia.farol/Farol.main.obb': Permission denied -
FelipePlets
Nov 01, 2016 10:19
Same here.
Just tested in 5.4.2p2 with a Samsung Galaxy J5. -
Saulius
Oct 31, 2016 17:50
Same here Note 4, Android 6.0.1
It's super annoying, as I need to copy apk file, then install. It slows down testing. -
miniduck
Oct 10, 2016 20:31
Same here
5.3.5f1
Samsung Galaxy S6 Android 6.0.1 -
brayang
Sep 29, 2016 09:02
Me too, It make my game drop user and rating. Please fix it
-
lastcode
Aug 25, 2016 14:43
if you install the app from Google Play
it is not loaded after the first scene, black screen
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
This is a duplicate of issue #853474