<@UNBLEHUQP> hello! May I ask you a question about...
# android
k
@Madalin Valceleanu hello! May I ask you a question about the android-modular-architecture project?
m
Of course please let me know 😉
k
image.png
image.png
not found! 😢
m
You meed to follow the documentary about how to set up the environment https://github.com/VMadalin/android-modular-architecture#environment-setup
Basically what there suggest to you is to create an file local.properties and declare some variables. But you can also remove them finding in the code where we are looking for some of them. The only one that it’s mandatory is the marvel
k
I refer to this page, but it's very difficult to run the project ! 😢
m
You just need to add
local.properties
following this structure:
Copy code
marvel.key.public=<PUBLIC_KEY>
marvel.key.private=<PRIVATE_KEY>

fabric.key=<FABRIC_KEY>
fabric.secret=<SECRET_KEY>

signing.store.file=<PATH>
signing.key.password=123456
signing.store.password=123456
signing.key.alias=sample
k
ah ha! thank u !!
@Madalin Valceleanu how to get fabric key?!
?! 😭
😢
@Madalin Valceleanu Help me please!
m
You cannot get a fabric key anymore, fabric is dead and has been replaced by firebase crashlytics
👍 1