I have an application where I attempted to use explicit relative imports, but I ran into issues at runtime on Android (and not Linux) of the imported modules not being located. I have a workaround documented at FluxIX/Wod_Dice_Roller@34d398d with demonstrates the error.
One note: when I use a .{name} instead of ..{name} I get a different from the error I get with .{name} vs. {name}.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I have an application where I attempted to use explicit relative imports, but I ran into issues at runtime on Android (and not Linux) of the imported modules not being located. I have a workaround documented at FluxIX/Wod_Dice_Roller@34d398d with demonstrates the error.
One note: when I use a
.{name}instead of..{name}I get a different from the error I get with.{name}vs.{name}.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.