Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error trying to print #4

Open
hellfish2 opened this issue Sep 20, 2020 · 5 comments
Open

Error trying to print #4

hellfish2 opened this issue Sep 20, 2020 · 5 comments

Comments

@hellfish2
Copy link

Hi,

We have an issue trying to print, any help qith this thanks.

here attached is the error message:

aidl E 09-18 22:26:41 42919 42919 aidl.cpp:581] refusing to generate code from aidl file defining parcelable
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
PlatformException (PlatformException(error, Attempt to invoke interface method 'void woyou.aidlservice.jiuiv5.IWoyouService.setFontSize(float, woyou.aidlservice.jiuiv5.ICallback)' on a null object reference, null))

@erolisdev
Copy link

I have same issue. Did you fix it ?

@omarzezo
Copy link

hi

I have same issue. Did you fix it ?

@arbruzaz
Copy link

arbruzaz commented Jul 6, 2022

I have fixed it by adding
<queries> <package android:name=“woyou.aidlservice.jiuiv5”/> </queries>
in AndroidManifest.xml according to https://developer.sunmi.com/docs/en-US/xeghjk491/ciqeghjk513

@tarushbalodhi
Copy link

I have fixed it by adding <queries> <package android:name=“woyou.aidlservice.jiuiv5”/> </queries> in AndroidManifest.xml according to https://developer.sunmi.com/docs/en-US/xeghjk491/ciqeghjk513
hey it worked for me tysm..
i have been struggling for a month

@tarushbalodhi
Copy link

it is working in USB debugging but not in APK why ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants