nixpkgs/pkgs/development/mobile
Luca Favatella f01278dea2 androidenv: manually (!) delete more complex version of google images
This commit was built as a revert commit followed by deletion:
* Revert "androidenv: manually (!) delete oldest revision of google
  images".
* Delete other revision.

Using `systemImageType = "google_apis_playstore"` (and `abiVersion =
"x86"` and `platformVersion = "28"` - that I expect resolved to
`97d9d4f4a2afa8b0f5d52e90748e19c10406ca93`), the symptom is:
```
Warning: Observed package id 'system-images;android-28;google_ndk_playstore;x86' in inconsistent location '/nix/store/...-androidsdk/libexec/android-sdk/system-images/android-28/google_apis_playstore/x86' (Expected '/nix/store/...-androidsdk/libexec/android-sdk/system-images/android-28/google_ndk_playstore/x86')
...
Error: Package path is not valid. Valid system image paths are:
system-images;android-28;google_ndk_playstore;x86
```
How is the actual image name `google_ndk_playstore` when the fetched
image has id `google_apis_playstore`?

Attempt keeping - of the two images - the one that looks simpler.

For the `"28".google_apis."x86"` images, in the XML the differences
are: more complex license (what is `arm-dbt`?); higher emulator.
Namely:
```
		<uses-license ref="android-sdk-license"/>
		<dependencies>
			<dependency path="patcher;v4"/>
			<dependency path="emulator">
				<min-revision>
					<major>27</major>
					<minor>1</minor>
					<micro>7</micro>
...
		<uses-license ref="android-sdk-arm-dbt-license"/>
		<dependencies>
			<dependency path="patcher;v4"/>
			<dependency path="emulator">
				<min-revision>
					<major>29</major>
					<minor>1</minor>
					<micro>12</micro>
```

Analogously for `"28".google_apis_playstore."x86"`.
2020-03-09 18:34:16 +00:00
..
abootimg treewide: name -> pname 2019-08-17 10:54:38 +00:00
adb-sync treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
adbfs-rootless treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
androidenv androidenv: manually (!) delete more complex version of google images 2020-03-09 18:34:16 +00:00
cocoapods cocoapods-beta: 1.9.0.beta.3 -> 1.9.0 2020-02-26 23:56:46 -08:00
flashtool Port packages with Android dependencies to new androidenv 2018-12-18 21:16:06 +01:00
genymotion treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
imgpatchtools treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
titaniumenv titaniumenv: add Titanium SDK 8.3 2020-03-01 20:23:39 +01:00
webos treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
xcodeenv xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add troubleshooting section to docs 2019-11-11 00:18:22 +01:00
xpwn xpwn: bump to commit including openssl 1.1 support 2019-08-21 19:14:01 +02:00