目前分類:未分類文章 (8)
- Feb 02 Fri 2018 11:54
[Android] android:showAsAction 屬性用途
- Apr 13 Thu 2017 10:53
pod install in the project directory
-
Open Terminal.
-
If you haven't already done so, run this command:
- Mar 03 Fri 2017 15:35
[Android]圖解 - 如可加個aar lib 到android studio
AAR 是甚麼?
Android Archive (AAR) file that you can use as a dependency for an Android app module. Unlike JAR files, AAR files can contain Android resources and a manifest file, which allows you to bundle in shared resources like layouts and drawables in addition to Java classes and methods.
- Sep 29 Thu 2016 12:31
Macbook 安裝 apk file -多個
for file in apk/*;
do
./adb install $file;
done
如果是找不到adb , 就先在Terminal打下面的code, 把android studio sdk 先加到PATH就可以了。
- Sep 22 Thu 2016 10:00
[Android] 如何在android simulator 安裝apk
Windows:
- Execute the emulator (SDK Manager.exe->Tools->Manage AVDs...->New then Start)
- Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder ofSDK directory.
- Paste the APK file in the 'android-sdk\tools' or 'platform-tools' folder.
-
Then type the following command.
- Apr 25 Mon 2016 16:15
[Android 學習]layer-list, shape