[fpc-other] target Android 10 (API level 29) and ppcjvm classescompatibility
    Jonas Maebe 
    jonas at freepascal.org
       
    Sun Aug  1 16:06:27 CEST 2021
    
    
  
On 11/07/2021 16:30, Mgr. Janusz Chmiel via fpc-other wrote:
> I Am using Android25 Pascal header files, because Android29 Api headers
> do not support some Pascal source code lines when overide word is being
> used.
> 
> Sure, I know, that Pascal systém libraryes are still generated by using
> Android 15 Pascal header files. But formally, The Google Play
> requirements are satisfied. Because I have used android29 target APIS to
> build classes.
Indeed, that should be fine. The FPC run time library only uses very
basic Java APIs, which normally will not change between different
Android versions. So you should always be able to use the standard FPC
run time library in combination with newer versions of the Android API
headers without any problems.
Jonas
    
    
More information about the fpc-other
mailing list