Agustin Sivoplás

Results 4 issues of Agustin Sivoplás

I am running Android Oreo 8.1 in google pixel. > 02-27 10:28:50.460 10260-10260/com.example.android.bluetoothadvertisements E/AndroidRuntime: FATAL EXCEPTION: main > Process: com.example.android.bluetoothadvertisements, PID: 10260 > android.app.RemoteServiceException: Bad notification for startForeground: java.lang.RuntimeException: invalid...

migrated googlesamples
Bluetooth

Why you have to override the in ViewModelFactory? What is the purpose DaggerViewModelFactory? What is wrong with the default implementation of ViewModelFactory?

I am getting this warning, this makes my circleCI fail. ``` The JacocoReportBase.setExecutionData(FileCollection) method has been deprecated. This is scheduled to be removed in Gradle 6.0. Use getExecutionData().from(...) The JacocoReportBase.setSourceDirectories(FileCollection)...

I have followed this link http://www.docx4java.org/blog/2012/05/jaxb-can-be-made-to-run-on-android/ but when I tried to create a new document fails at this line: ``` WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage(PageSizePaper.A4, false); } ``` I need to...