Skip to content

Instantly share code, notes, and snippets.

View pedrofsn's full-sized avatar

Pedro Francisco de Sousa Neto pedrofsn

View GitHub Profile
@pedrofsn
pedrofsn / crash_exception
Created February 5, 2023 00:08
NoBeanDefFoundException
E/AndroidRuntime: FATAL EXCEPTION: main
Process: br.com.velantasistemas.koinscopedactivity, PID: 16162
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:558)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 
Caused by: org.koin.core.error.NoBeanDefFoundException: No definition found for class:'br.com.velantasistemas.koinscopedactivity.MVP$Presenter' q:''. Check your definitions!
@pedrofsn
pedrofsn / visor-archivos-online.md
Created January 30, 2018 20:02 — forked from izazueta/visor-archivos-online.md
Google Docs Viewer & Office Web Apps Viewer

Google Docs Viewer

Only files under 25 MB can be previewed with the Google Drive viewer.

Google Drive viewer helps you preview over 16 different file types, listed below:

  • Image files (.JPEG, .PNG, .GIF, .TIFF, .BMP)
  • Video files (WebM, .MPEG4, .3GPP, .MOV, .AVI, .MPEGPS, .WMV, .FLV)
  • Text files (.TXT)
  • Markup/Code (.CSS, .HTML, .PHP, .C, .CPP, .H, .HPP, .JS)
  • Microsoft Word (.DOC and .DOCX)
set M2_HOME= C:\Program Files\apache-maven-3.0.4
set PATH=%PATH%;%M2_HOME%\bin
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_04
set PATH=%PATH%;%JAVA_HOME%\bin
cmd.exe
mvn -version