[SOLVED] Can't upgrade 1.4.2.7 Android app to 1.4.3.1. ¿SDK license not accepted? ¿Huh?

I have a Meteor app that happily builds for Android using 1.4.2.7.
If I upgrade to 1.4.3.1 it fails with the stack dump below.
Is this a known issue? Is there a solution? Should I post an issue to GitHub?

File /home/yourself/.android/repositories.cfg could not be loaded.
   Building Cordova app for Android          \
FAILURE: Build failed with an exception.     \

* What went wrong:
A problem occurred configuring root project 'android'.
> You have not accepted the license agreements of the following SDK components:
  [Android SDK Platform 25].
  Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
  Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   Building Cordova app for Android          \
BUILD FAILED

Total time: 38.478 secs
=> Errors executing Cordova commands:         
                                              
   While building Cordova app for platform Android:
   Error: /home/yourself/projects/mmks/.meteor/local/cordova-build/platforms/android/gradlew: Command failed with exit code 1 Error output:
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   A problem occurred configuring root project 'android'.
   > You have not accepted the license agreements of the following SDK components:
   [Android SDK Platform 25].
   Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
   Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   at ChildProcess.whenDone (/home/yourself/projects/mmks/.meteor/local/cordova-build/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
   at emitTwo (events.js:87:13)
   at ChildProcess.emit (events.js:172:7)
   at maybeClose (internal/child_process.js:854:16)
   at Process.ChildProcess._handle.onexit (internal/child_process.js:222:5)
   => awaited here:
   at Function.Promise.await
   (/home/yourself/.meteor/packages/meteor-tool/.1.4.3_1.194k2uz++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/isopackets/cordova-support/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:35:12)
   at CordovaProject.runCommands (/tools/cordova/project.js:715:22)
   at CordovaProject.buildForPlatform (/tools/cordova/project.js:245:10)
   at /tools/cli/commands.js:1026:30
   at /tools/utils/buildmessage.js:359:18
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:352:34
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:350:23
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.enterJob (/tools/utils/buildmessage.js:324:26)
   at /tools/cli/commands.js:1009:22
   at /tools/utils/buildmessage.js:271:13
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:264:29
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:262:18
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at /tools/utils/buildmessage.js:253:23
   at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14)
   at Object.capture (/tools/utils/buildmessage.js:252:19)
   at Object.main.captureAndExit (/tools/cli/main.js:273:29)
   at /tools/cli/commands.js:995:10
   at buildCommand (/tools/cli/commands.js:992:37)
   at Command.func (/tools/cli/commands.js:829:12)
   at /tools/cli/main.js:1483:23

So, I’m now trying with 1.4.3.2 and the same thing is happening.

Am I really the only one seeing this?

So I realized that the required Android SDK version had changed between Meteor 1.4.2.x and 1.4.3.x.

Controlling my plugins by name with .android/android-sdk-linux/tools/bin/sdkmanager rather than by listing number with .android/android-sdk-linux/tools/android update, like I was doing before, has made things a lot easier.