You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/18 19:10:10 UTC

[GitHub] brodybits commented on issue #629: I have a question about development with android stuido 3.2 and higher

brodybits commented on issue #629: I have a question about development with android stuido 3.2 and higher
URL: https://github.com/apache/cordova-android/issues/629#issuecomment-455655203
 
 
   I spotted similar error messages with android@nightly (8.0.0-dev) on Android Studio 3.3. Android Studio 3.3 offered me an option to fix the project automatically.
   
   If I would accept the option to fix the project, Android Studio 3.3 would automatically update the following files to define minSdk and targetSdk values in Gradle instead of AndroidManifest.xml:
   - `platforms/android/CordovaLib/AndroidManifest.xml`
   - `platforms/android/CordovaLib/build.gradle`
   - `platforms/android/app/build.gradle`
   - `platforms/android/app/src/main/AndroidManifest.xml`
   
   I think a similar kind of a solution would be needed to resolve the issue discussed in #508 (inconsistent handling of min/target SDK values), but may need some rework to respect the Gradle properties documented in <https://cordova.apache.org/docs/en/latest/guide/platforms/android/#setting-gradle-properties>.
   
   Marked as a bug, hope we can resolve it before the major release for Cordova 9 (apache/cordova#10).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org