As my title i am finding to get IMEI number on android device
as searching on google I get a small code which using pyjnius and plyer, with small implementation on that code I write my small code to display the IMEI number and here it is code following my_IMEI_Code
when I run this code in linux PC , I always get a message as
jnius.JavaException: JVM exception occurred: android/os/Build$VERSION java.lang.NoClassDefFoundError
Apart from Google search this message will eliminate and code will only run on the android device
so i converted python code file into android APK file by using BUILDOZER
now my buildozer specs file is following My_Buidozer_Specs
As APK file is successfully build but at installation time is crashed
I know something wrong in my code or in the buildozer specs file
Help will be great appreciate