android-demo-app icon indicating copy to clipboard operation
android-demo-app copied to clipboard

Minimum Android version

Open Scolymus opened this issue 2 years ago • 1 comments

Given the fragmentation of Android, I think it would be very useful to indicate which is the minimum Android version this software requires to run, if any.

At the moment Android 7 is about 91% of Android versions. Is this version ok to run pytorch? (For example, if it uses some library which was implemented from a given version...)

Scolymus avatar Jul 04 '22 21:07 Scolymus

My current minSdk=21, I tested it on Android 5, no problem, lower sdk not tested. But in fact I recommend based on API28 and above, arm64-v8a.

COO1M avatar Oct 07 '22 03:10 COO1M