目前分類:未分類文章 (8)

瀏覽方式: 標題列表 簡短摘要

 

android:showAsAction 屬性用途

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

  1. Open Terminal.

  2. If you haven't already done so, run this command:

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

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.

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

for file in apk/*; 
do 
./adb install $file; 
done

 

如果是找不到adb , 就先在Terminal打下面的code, 把android studio sdk 先加到PATH就可以了。

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

出行前準備

□辦理好籤證

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

Windows:

  1. Execute the emulator (SDK Manager.exe->Tools->Manage AVDs...->New then Start)
  2. Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder ofSDK directory.
  3. Paste the APK file in the 'android-sdk\tools' or 'platform-tools' folder.
  4. Then type the following command.

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

深港通最新入選名單:(2016年8月30日)

undefined

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

Shape 用法:

 

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()