beraybentesen / stetho-xamarin-android

3 stars 2 forks source link

Project not being built #1

Open spurdow opened 7 years ago

spurdow commented 7 years ago

Could not access stetho after installing successfully via nuget. Is there something I missed?

beraybentesen commented 7 years ago

Did u add reference ?

using Com.Facebook.Stetho;

montecillodavidacn commented 7 years ago

@beraybentesen

Thats the problem , I couldnt use the library because it isnt built. When i checked under Reference , It has a warning symbol.

Im using mono android 8.0 and latest sdk build tools if its important

stetho_not_built

montecillodavidacn commented 7 years ago

@beraybentesen Am I missing something?

montecillodavidacn commented 6 years ago

any updates on this ?

secreal commented 6 years ago

guys, do this to be working:

  1. clone this project
  2. open sln file with your favorite visual studio
  3. change build mode to release, then build project
  4. open your xamarin solution
  5. add reference in droid project
  6. browse to release folder in stetho project and select StethoXamarin.dll
  7. build your xamarin project and don't forget to add Stetho.InitializeWithDefaults(this); in your Mainactivity in droid project