ViewPump
ViewPump copied to clipboard
View Inflation you can intercept.
> Failed resolution of: Lio/github/inflationx/viewpump/ViewPump; That's it thanks _Originally posted by @tonymichel1986 in https://github.com/InflationX/ViewPump/issues/69#issuecomment-1172821656_
Failed resolution of: Lio/github/inflationx/viewpump/ViewPump;
Fatal Exception: android.view.InflateException: Binary XML file line #14: Error inflating class android.widget.TextView at android.view.LayoutInflater.createView(LayoutInflater.java:633) at io.github.inflationx.viewpump.internal.-ViewPumpLayoutInflater$NameAndAttrsViewCreator.onCreateView(-ViewPumpLayoutInflater.java:290) at io.github.inflationx.viewpump.internal.-FallbackViewCreationInterceptor.intercept(-FallbackViewCreationInterceptor.java:14) at io.github.inflationx.viewpump.internal.-InterceptorChain.proceed(-InterceptorChain.java:30) at io.github.inflationx.calligraphy3.CalligraphyInterceptor.intercept(CalligraphyInterceptor.java:18) at io.github.inflationx.viewpump.internal.-InterceptorChain.proceed(-InterceptorChain.java:30) at io.github.inflationx.viewpump.ViewPump.inflate(ViewPump.java:36) at io.github.inflationx.viewpump.internal.-ViewPumpLayoutInflater.onCreateView(-ViewPumpLayoutInflater.java:169) at android.view.LayoutInflater.onCreateView(LayoutInflater.java:682)...
Fatal Exception: java.lang.OutOfMemoryError Failed to allocate a 3096012 byte allocation with 1800472 free bytes and 1758KB until OOM dalvik.system.VMRuntime.newNonMovableArray (VMRuntime.java) androidx.appcompat.app.AppCompatDelegateImpl.onCreateView (AppCompatDelegateImpl.java:1457) io.github.inflationx.viewpump.internal.-ViewPumpLayoutInflater$WrapperFactory2ViewCreator.onCreateView (-ViewPumpLayoutInflater.kt:378) io.github.inflationx.viewpump.internal.-FallbackViewCreationInterceptor.intercept (-FallbackViewCreationInterceptor.kt:14) io.github.inflationx.viewpump.internal.-InterceptorChain.proceed (-InterceptorChain.kt:30) io.github.inflationx.calligraphy3.CalligraphyInterceptor.intercept (CalligraphyInterceptor.java:18)...
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.schwab.mobile.ssm/com.schwab.mobile.ssm.lms3.LMSLogin}: android.view.InflateException: Binary XML file line #60: Binary XML file line #60: Error inflating class android.webkit.WebView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2434) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2494) at android.app.ActivityThread.access$900(ActivityThread.java:157) at...
I've noticed some edge cases that their SDK doesn't cover, such as inflation of Views (example is inflation via the class that extends Application, to show content on top using...
First it showed a problem with "com.vanniktech:gradle-maven-publish-plugin" , so I've updated it to : ``` classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' ``` Then it showed a problem with: ``` apply plugin: 'com.vanniktech.maven.publish' ``` So...
``` Kotlin Fatal Exception: android.content.res.Resources$NotFoundException Resource ID #0x0 android.content.res.ResourcesImpl.getValue (ResourcesImpl.java:237) android.content.res.Resources.loadXmlResourceParser (Resources.java:2293) android.content.res.Resources.getLayout (Resources.java:1187) android.view.LayoutInflater.inflate (LayoutInflater.java:532) io.github.inflationx.viewpump.internal.-ViewPumpLayoutInflater.inflate (-ViewPumpLayoutInflater.java:48) android.widget.ArrayAdapter.createViewFromResource (ArrayAdapter.java:428) android.widget.ArrayAdapter.getView (ArrayAdapter.java:419) OT.getView (OT.java:2) android.widget.AbsListView.obtainView (AbsListView.java:2472) android.widget.ListView.measureHeightOfChildren (ListView.java:1421) android.widget.ListView.onMeasure (ListView.java:1327)...
Version: ``` 'io.github.inflationx:calligraphy3:3.1.1' 'io.github.inflationx:viewpump:2.0.3' ``` Logs: ``` 2021-06-05 11:46:43.110 1482-1634/? E/WifiVendorHal: getWifiLinkLayerStats_1_3_Internal(l.936) failed {.code = ERROR_NOT_SUPPORTED, .description = } 2021-06-05 11:46:43.415 21342-21342/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.mypackage.abcd, PID: 21342...