templatetuners commented on issue #840:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/840#issuecomment-1651142721

   after this patch i am getting this error:
   
   ```
   
...\android\platforms\android\app\src\main\java\org\apache\cordova\camera\CameraLauncher.java:1325:
 error: method getImage in class CameraLauncher cannot be applied to given 
types;
                           this.getImage(this.srcType, this.destType, 
this.encodingType);
                               ^
     required: int,int
     found:    int,int,int
     reason: actual and formal argument lists differ in length
   
...\android\platforms\android\app\src\main\java\org\apache\cordova\camera\CameraLauncher.java:1343:
 error: method getImage in class CameraLauncher cannot be applied to given 
types;
                       this.getImage(this.srcType, this.destType, 
this.encodingType);
                           ^
     required: int,int
     found:    int,int,int
     reason: actual and formal argument lists differ in length
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to