JorgePe / BOOSTreveng

Reverse engineering the LEGO BOOST Hub
MIT License
168 stars 35 forks source link

Unable to make the app inventor example work #25

Closed NicolasMassart closed 7 years ago

NicolasMassart commented 7 years ago

Hi, I always have the following error :

Runtime error : Failed resolution of : Lcom/google/common/collect/Lists;

using the list in the WriteBytesWithResponse block. I read it was a known error and Evan Patton seems to work on it but as you seems to have succeeded I guess you found a way to make it work with the current version. Could you indicate how ? Thanks for your nice work.

JorgePe commented 7 years ago

Hi. On my case it was just a matter of changing my Android phone default storage settings from SD Card to Internal Storage, not sure if I had to reinstall MIT App Inventor 2 again or not. After making that change, I manage to run my programs through the App companion (USB tethered) and also my generated APK files.

NicolasMassart commented 7 years ago

I don't seem to have this parameter on mine... What Android version are you using ?

JorgePe commented 7 years ago

Android 5.0 Settings > Storage > Default location: SD Card / Internal Storage

NicolasMassart commented 7 years ago

@JorgePe It seems to be different on Android 6. There's no more default location. I guess I'll have to wait for the fix in the BLE extension. Thanks.