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) 人氣()

文章標籤

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

承接上一章,找了一下關於XcodeArchitecturesValid ArchitecturesBuild Active Architecture Only的簡單解釋:

螢幕快照 2016-09-06 下午5.27.46.png

文章標籤

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

今天在build ipa 時發現了missing required architecture arm64 的問題,以前也遇到過,但沒有抄底解決方法,只能再找一次

image003.jpg

文章標籤

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

要取得位置,就需要使用GPS,iOS5 以上的版本當使用 startUpdatingLocation 時會自動詢問是否開啟GPS唷。

(1)增加CoreLocation.framework 

文章標籤

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

 

 iOS - 加入 Webview ,超簡單!

1. 先在UIViewController 加UIWebViewDelegate , 再加入webview 物件!

文章標籤

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

 

 iOS - 加入 Webview ,超簡單!

1. 先在UIViewController 加UIWebViewDelegate , 再加入webview 物件!

文章標籤

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