delta/dalal-street-android

import Errors

Closed this issue · 1 comments

Getting import error
IMPORTeRROR

Getting import error
IMPORTeRROR

@kiranmaya you are getting these errors because protobuf is now a submodule, so clone it into your app before building.

for references how to use git submodules you can check here

commit which made protobuf a submodule is here commit

And repo for protobuf is here