sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Cannot find class file javax.swing.JFrame #324

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Created a project using eclipse for Android 4.2.2
2.Added the .jar files (javacv and javaccp) to the project libraries
3.Added the extracted .so files as mentioned in the home page (to the same 
armeabi folder as javacv and javaccp jar files)
4.Added the second example code in the home page

What is the expected output? What do you see instead?
I get 2 errors about javax.swing.JFrame

What version of the product are you using? On what operating system?
I'm using the latest version.

Please provide any additional information below.

Does this means the .so files are not detected?If they are not detected how 
could I confirm they are detected correctly in eclipse?

Original issue reported on code.google.com by nabeelal...@gmail.com on 11 Jun 2013 at 5:25

GoogleCodeExporter commented 8 years ago
`CanvasFrame` isn't supported on Android, at this point in time anyway.

Original comment by samuel.a...@gmail.com on 13 Jun 2013 at 7:04