Closed GoogleCodeExporter closed 9 years ago
This is also related to issue #263
Original comment by rogerbinns
on 23 Feb 2012 at 7:08
I came across this before. It looks like apktool at some point creates a file:
(Windows)C:\Users\%Username%\apktool\framework\1.apk
(Linux)/home/%Username%/apktool/framework/1.apk
Not sure how or when it is created but it looks like (purely guessing) it gets
created on the first execution of the apktool. It appears that it does not get
updated when you update the SDK.
Deleting that file and running apktool after updating the Android SDK seems to
create a new framework/1.apk file that supports the latest SDK and should solve
the issue mentioned above.
Original comment by ruairito...@gmail.com
on 23 Jul 2012 at 11:31
I'll try that when I get a chance.
Original comment by nat...@janrain.com
on 23 Jul 2012 at 4:48
Issue 263 has been merged into this issue.
Original comment by connor.tumbleson
on 17 Nov 2012 at 12:06
Issue 271 has been merged into this issue.
Original comment by connor.tumbleson
on 17 Nov 2012 at 2:47
Issue 346 has been merged into this issue.
Original comment by connor.tumbleson
on 19 Nov 2012 at 1:00
Original comment by connor.tumbleson
on 19 Nov 2012 at 11:04
Fixed in v1.5.1
<activity android:theme="@style/jr_dialog" android:name="com.janrain.android.engage.ui.JRFragmentHostActivity" android:configChanges="orientation|screenSize" android:windowSoftInputMode="stateHidden|adjustResize" />
Original comment by connor.tumbleson
on 19 Dec 2012 at 2:12
Original issue reported on code.google.com by
nat...@janrain.com
on 11 Feb 2012 at 4:10Attachments: