Epson ePOS SDK for Android (Xamarin) missing constants

后端 未结 2 441
暖寄归人
暖寄归人 2021-01-28 23:30

We are trying to updgrade the SDK of epson, which is deprecated since a long while.

We were using the old ePOS-Print SDK (com.epson.eposprint) package and we began havin

2条回答
  •  暖寄归人
    2021-01-29 00:07

    EDIT : Solution is to make sure all objects with no visibility keywords in the SDK is fixed with the Metadata.xml Transforms file, this way:

    
    
    
    
    public
    
    public
    
    public
    
    public
    
    public
    
    public
    
    public
    
    protected
    
    public
    
    public
    
    public
    
    public
    
    public
    
    public
    
    protected
    

提交回复
热议问题