NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

LiveSync - failed to write file: fonts/fa-regular-400.ttf #28

Closed dudipsh closed 5 years ago

dudipsh commented 5 years ago

Hi, @EddyVerbruggen I get this error when I run tns run android

application.on(application.resumeEvent, () => {
    AppSync.sync({
        deploymentKey: 'myKey' ,
        updateDialog: { // only used for InstallMode.IMMEDIATE
            updateTitle: 'Please restart the app',
            optionalUpdateMessage: 'Optional update msg',
        }
    }, (syncStatus, updateLabel?: string): void => {
        console.log(syncStatus);
        console.log(updateLabel);
    });
});
Unable to apply changes on device: emulator-5554. Error is: Error: Error while LiveSyncing: java.io.IOException: 
LiveSync: failed to write file: fonts/fa-regular-400.ttf
Original Exception: java.io.IOException: write failed: ENOSPC (No space left on device).

the font inside src

src {
app
assets
fonts
main.tns
...
}
EddyVerbruggen commented 5 years ago

"No space left on device" ⬅is that correct?

dudipsh commented 5 years ago

@EddyVerbruggen no, I have 5GB on that emulator but I will try to wipe

dudipsh commented 5 years ago

@EddyVerbruggen You right, storage issue