Hi all, I am developing a Camera based Native App for Image Processing. The Images are captured from the camera, passed on to OpenCV based C++ processing modules. The processed image is displayed. The processing (C++) approximately takes 20-30 ms. However I have observed a frequent anomaly with Android Studio compilation (both 2.1.2 and 2.2.1). Sometimes the generated APK takes unusually long, almost 10-15 times, execution time( order of 300ms). Once this happens, all subsequent rebuilds demonstrate the same behavior. If I close Android Studio, reboot my PC and retry building the App, normal execution time is observed.
The Software Configuration is -- OS:Windows 10 Pro x64 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d926c8df-0d4d-46e8-a7d1-68ca16515e95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

