<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Różności ... &#187; Android</title>
	<atom:link href="http://www.jaceksen.pl/wordpress/?cat=66&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jaceksen.pl/wordpress</link>
	<description>czyli moje notki</description>
	<lastBuildDate>Sun, 14 Nov 2021 16:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>ionic inn-app-browser ERR_CLEARTEXT_NOT_PERMITTED</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4615</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4615#comments</comments>
		<pubDate>Tue, 25 Jun 2019 15:19:30 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4615</guid>
		<description><![CDATA[To solve the problem there&#8217;s other option. in file resources/android/xml/network_security_config.xml. insert: &#60;network-security-config&#62; &#60;base-config cleartextTrafficPermitted="true"&#62; &#60;trust-anchors&#62; &#60;certificates src="system" /&#62; &#60;/trust-anchors&#62; &#60;/base-config&#62; &#60;domain-config cleartextTrafficPermitted="true"&#62; &#60;domain&#62;localhost&#60;/domain&#62; &#60;domain includeSubdomains="true"&#62;192.168.7.213:8733&#60;/domain&#62; &#60;/domain-config&#62; &#60;/network-security-config&#62; https://stackoverflow.com/questions/54752716/why-am-i-seeing-neterr-cleartext-not-permitted-errors-after-upgrading-to-cordo Open the android manifest file (android/app/src/main/AndroidManifest.xml) and add android:usesCleartextTraffic="true" to the application tag &#60;application android:name="io.flutter.app.FlutterApplication" android:label="tangerine_ui" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true"&#62; https://github.com/flutter/flutter/issues/30368 ---------------------- config.xml: &#60;platform name=&#8221;android&#8221;&#62; &#60;edit-config file=&#8221;app/src/main/AndroidManifest.xml&#8221; mode=&#8221;merge&#8221; target=&#8221;/manifest/application&#8221; [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4615</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adb devices not found</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4599</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4599#comments</comments>
		<pubDate>Fri, 16 Feb 2018 11:04:42 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[Andr]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4599</guid>
		<description><![CDATA[Very likely udev is incorrectly adding your device. I too had this problem &#38; came across a relatively simple solution. Find your device in lsusb $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bus 001 Device 002: ID 05c8:03a2 Cheng Uei Precision [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4599</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android &#8211; enable the developer options. Phone/Tablet</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4597</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4597#comments</comments>
		<pubDate>Fri, 16 Feb 2018 10:02:30 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4597</guid>
		<description><![CDATA[First, you must enable the developer options: Open the Settings app. (Only on Android 8.0 or higher) Select System. Scroll to the bottom and select About phone. Scroll to the bottom and tap Build number 7 times. Return to the previous screen to find Developer options near the bottom. Open Developer options, and then scroll down to find and enable USB debugging.]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4597</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Studio Font Size</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4594</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4594#comments</comments>
		<pubDate>Wed, 07 Feb 2018 06:35:21 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4594</guid>
		<description><![CDATA[File -&#62; Settings -&#62; Editor -&#62; General -&#62; Change font size (Zoom) with Ctrl+Mouse Wheel]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4594</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android shortcuts</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4579</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4579#comments</comments>
		<pubDate>Tue, 07 Nov 2017 10:23:31 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4579</guid>
		<description><![CDATA[Ctrl + Shift + Space &#8211; code completion Ctrl + Space &#8211; code completion Ctrl + O &#8211; override methods Shift + F6 &#8211; rename classes, methods, variables]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4579</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android cert export</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4577</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4577#comments</comments>
		<pubDate>Mon, 30 Oct 2017 16:42:48 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4577</guid>
		<description><![CDATA[keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4577</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adb android</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4559</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4559#comments</comments>
		<pubDate>Thu, 23 Mar 2017 19:35:34 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4559</guid>
		<description><![CDATA[./adb root shell ./adb shell ./adb pull &#8216;/data/data&#8217; /home/jsen/Pulpit/pullAndroid/]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4559</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eglsurfaceattrib error 0&#215;3009 &#8211; android</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4545</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4545#comments</comments>
		<pubDate>Thu, 19 Jan 2017 17:00:35 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4545</guid>
		<description><![CDATA[go to the AVD Manager and change the settings of your device. E.g the on the section &#8220;Emulated Performance&#8221; -&#62; Graphics to Hardware GLSE 2.0. source: http://stackoverflow.com/questions/40566645/egl-bad-match-error-android-studio]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4545</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set the JDK for Android Studio?</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4394</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4394#comments</comments>
		<pubDate>Thu, 10 Sep 2015 11:47:16 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4394</guid>
		<description><![CDATA[I can&#8217;t compile a default new project for Android 2.1 because(?) the JDK used by Android Studio is JDK 1.7 but it should be JDK 1.6. To change it I go to File -&#62; Project Structure and try to find the JDK 1.6 location. http://askubuntu.com/questions/467870/how-to-set-the-jdk-for-android-studio]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4394</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
