Muhammad Waqas

Results 6 comments of Muhammad Waqas

Hi thank you @ThexXTURBOXx for your fork of dex2jar. It gave me following message while converting dex 2 jar > Applying workaround to field Lk/f/b/e/d/f$a;->n:Landroid/view/View; by removing its original signature...

Here is my classes.dex file, I would be grateful if you extract most of its code, specially from the package `com.appxstudio.esportslogo` [classes.zip](https://github.com/pxb1988/dex2jar/files/7565396/classes.zip) Link to APK: [https://apkpure.com/esports-gaming-logo-maker/com.appxstudio.esportlogo](url)

The code i'm posting is not the optimal solution, but it'll handle this error. Update your **onBindViewHolder** inside **UserListingRecyclerAdapter.java** file ``` @Override public void onBindViewHolder(ViewHolder holder, int position) { User...