Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading file extension in android-29 #81

Open
microdog opened this issue Feb 7, 2021 · 1 comment
Open

Misleading file extension in android-29 #81

microdog opened this issue Feb 7, 2021 · 1 comment

Comments

@microdog
Copy link

microdog commented Feb 7, 2021

The android.jar uploaded to Google Drive under android-29 is actually a RAR archive instead of a JAR archive.

This is very misleading and if someone wasn't aware of it, the project will not be able to be synced. (#76, #70 (comment))

$ file android.jar
android.jar: RAR archive data, v5
$ unrar l android.jar

UNRAR 6.00 freeware      Copyright (c) 1993-2020 Alexander Roshal

Archive: android.jar
Details: RAR 5

 Attributes      Size     Date    Time   Name
----------- ---------  ---------- -----  ----
    ..A....  30662479  2020-04-14 15:11  android29/android29.jar
    ...D...         0  2020-04-14 15:21  android29
----------- ---------  ---------- -----  ----
             30662479                    2

@MarsToken
Copy link

i had resolved this problem.
https://drive.google.com/drive/folders/17oMwQ0xBcSGn159mgbqxcXXEcneUmnph
link's package is zip
1.donwn load it ,for example android-29
2.unzip android-29,you will get a android.jar and readme.txt
3.unzip step2's android.jar,you will get android29.jar
4.rename android29.jar to android.jar
5.replace step4's android.jar to xxx/platoforms/android-29/android.jar
6.sync androidStudio,you are successed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants