api 35

  1. R

    Android Question Compiling with API 35

    After the necessary changes I am attempting to update my apps to API 35. When the compilation is taking place I observe the following in the dialog: Why am I seeing 'build tools: 34.0.0' ? Compilation appears otherwise correct. Is this normal behaviour or have I missed something in setting...
  2. K

    Android Question Full screen app in API 35

    Hi Why does the app go full screen on API 35? #Region Activity Attributes #FullScreen: False #IncludeTitle: False #End Region AddManifestText( <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/> <supports-screens android:largeScreens="true"...
Top