Syed Refat Al Abrar

Results 25 comments of Syed Refat Al Abrar

Followed the sample. Change the BaseActivity class like following. I have tested it. Please check and let me know if it works for you. Thanks. package com.github.florent37.rxgps.sample; import android.os.Bundle; import...

@ivannarino thanks for your suggestion, will try.

Hello, I am also facing same problem. Is it solved? Please let me know. Thanks.

Please check for image reference: ![Capture_ex](https://user-images.githubusercontent.com/5376786/57444930-132c8100-7273-11e9-8c7c-f684a19584e7.PNG)

Error log: java.lang.UnsatisfiedLinkError: No implementation found for int com.epson.epos2.printer.CommonPrinter.nativeEpos2AddCommand(long, byte[]) (tried Java_com_epson_epos2_printer_CommonPrinter_nativeEpos2AddCommand and Java_com_epson_epos2_printer_CommonPrinter_nativeEpos2AddCommand__J_3B) at com.epson.epos2.printer.CommonPrinter.nativeEpos2AddCommand(Native Method) at com.epson.epos2.printer.CommonPrinter.addCommand(CommonPrinter.java:2054) at com.epson.epos2.printer.Printer.addCommand(Printer.java:12) at com.Android.printers.epson_TM_T82.EpsonTMT82PrinterActivity.createMemo(EpsonTMT82PrinterActivity.java:746) at com.Android.printers.epson_TM_T82.EpsonTMT82PrinterActivity.runPrintSequence(EpsonTMT82PrinterActivity.java:108) at com.Android.printers.epson_TM_T82.EpsonTMT82PrinterActivity.onClick(EpsonTMT82PrinterActivity.java:92) at android.view.View.performClick(View.java:6319) at...

Having error inside this sdk method: public void addCommand(byte[] data) throws Epos2Exception { this.outputLogCallFunction("addCommand", data); try { this.checkHandle(); if (null == data) { throw new Epos2Exception(1); } int errStatus =...

@thisfeng your solution works fine. When I port your solution to my project this problem occurs.

It is already done mate. But problem is happening on my project. Both yours and link examples are working fine. 😄

@SunryTeang @thisfeng The issue is resolved. Please carefully add the **libepos2.so** file. Make sure it is **183 kb** not over **200 kb** there is 2 version for **libepos2.so** over the...