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/07/12 12:34:58 UTC

[GitHub] [cordova-android] crabbydavis edited a comment on issue #769: cordova-android 8.0.0 doesn't work with Android Studio 3.4.2

crabbydavis edited a comment on issue #769: cordova-android 8.0.0 doesn't work with Android Studio 3.4.2
URL: https://github.com/apache/cordova-android/issues/769#issuecomment-510869753
 
 
   Here's the config.xml at platforms/android/app/src/main/res/xml/config.xml that gets generated from adding the android platform. You can see the 1 plugin that is incorrect when in the output above you can see several different plugins getting copied over.
   
   ```
   <?xml version='1.0' encoding='utf-8'?>
   <widget android-packageName="com.FourLife" android-versionCode="222222" id="io.cordova.helloCordova" ios-CFBundleIdentifier="com.4life.FourLife" ios-CFBundleVersion="2" version="2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
       <feature name="CallNumber">
           <param name="android-package" value="com.rohithvaranasi.callnumber.CFCallNumber" />
       </feature>
       <name>4Life</name>
       <description>4Life Mobile Business App</description>
       <author email="info@4life.com" href="http://4life.com">4Life Mobile Apps Team</author>
       <content src="index.html" />
       <access origin="*" />
       <allow-intent href="http://*/*" />
       <allow-intent href="https://*/*" />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*" />
       <allow-intent href="geo:*" />
       <allow-navigation href="https://*youtube.com/*" />
       <allow-navigation href="http://localhost:8080/*" />
       <icon src="resources/android/icon/drawable-xhdpi-icon.png" />
       <branch-config>
           <branch-key value="key_live_lcBSA5QZukW3QM1gc1W4nkfnqAhrjKpZ" />
           <uri-scheme value="fourlife" />
           <link-domain value="4life.app.link" />
           <ios-team-release value="A3M392GRV4" />
       </branch-config>
       <allow-navigation href="http://10.4.1.35:8100" sessionid="e39ac3c0" />
       <allow-navigation href="http://10.4.1.22:8100" sessionid="cf0250cc" />
       <allow-navigation href="http://10.4.1.22:8101" sessionid="94f86739" />
       <allow-navigation href="http://localhost:8100" sessionid="d1135c82" />
       <allow-intent href="market:*" />
       <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
       <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
       <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
       <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
       <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
       <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
       <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
       <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
       <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
       <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
       <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
       <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
       <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
       <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
       <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
       <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
       <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
       <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
       <preference name="loglevel" value="DEBUG" />
       <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
       <preference name="webviewbounce" value="false" />
       <preference name="UIWebViewBounce" value="false" />
       <preference name="DisallowOverscroll" value="true" />
       <preference name="android-minSdkVersion" value="19" />
       <preference name="android-targetSdkVersion" value="26" />
       <preference name="BackupWebStorage" value="none" />
       <preference name="SplashMaintainAspectRatio" value="true" />
       <preference name="SplashScreen" value="screen" />
       <preference name="SplashScreenDelay" value="30000" />
       <preference name="AutoHideSplashScreen" value="false" />
       <preference name="SplashShowOnlyFirstTime" value="false" />
       <preference name="FadeSplashScreen" value="true" />
       <preference name="FadeSplashScreenDuration" value="500" />
       <preference name="ShowSplashScreenSpinner" value="true" />
       <preference name="ShowSplashScreen" value="false" />
       <preference name="loadUrlTimeoutValue" value="700000" />
       <preference name="YouTubeDataApiKey" value="AIzaSyCKFjQo-b2Z_aJQnQUxRvcn02L2CiyCLKU" />
   </widget>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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