码迷,mamicode.com
首页 > 移动开发 > 详细

Android dev issues

时间:2015-01-08 07:04:22      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

Java related setup, class path, wherejava, different version and paths

JNI:

    Java: MainActivity call C function

    C funciton keep a VM reference and method references. 

    JNI function in C will find env from the ref. and call functions from method ref.

 

UI thread, only main thread can manipulate the UI stuff, window, pop up stuff

 

String Runtime error,

R.java not exist, edited build file, add a section that calls aapt to gen strings files accordingly

 

Compile fb sdk. Not all sdk come with a precompiled jar. Certain elements need to be generated based on local settings/configs

 

Android SDK

    Different APK level and supported features, google play profile API 19

    Adding Interact_cross_user_full to manifest is not an option. There is error elsewhere.

    Directory structure changed for tools

    script/initialize.xml, gcc version

 

Android dev issues

标签:

原文地址:http://www.cnblogs.com/antai/p/4207490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!