Adding an offline geodatabase in ArcMap returns an error when the .geodatabase replica file contains zero length line features and zero area polygon features.
Open the .geodatabase file and navigate to the Execute SQL tab.
Type: select * from jMapTracks where length(shape) = 18 18 refers to the byte size for 0 length line features. There were over 2000+ features selected in this process.
To delete the record, type: delete from jMapTracks where length(shape) = 18
Save the changes and close the application.
Run the Copy Runtime Geodatabase to File Geodatabase tool in ArcMap.